:root{color-scheme:light;--color-background: #ffffff;--color-surface: #f4f6fb;--color-surface-alt: #eef1f8;--color-primary: #1f3c88;--color-primary-contrast: #ffffff;--color-accent: #f29f05;--color-text: #1b1b2f;--color-muted: #5a6275;--color-border: rgba(17, 32, 64, .12);--header-height: 78px;font-size:16px}@media (prefers-color-scheme: dark){:root:not([data-theme]){--color-background: #0f172a;--color-surface: #14203b;--color-surface-alt: #182844;--color-primary: #7ba3ff;--color-text: #f1f5f9;--color-muted: #cbd5f5;--color-border: rgba(203, 213, 225, .18)}}html[data-theme=light]{color-scheme:light}html[data-theme=dark]{color-scheme:dark;--color-background: #0f172a;--color-surface: #14203b;--color-surface-alt: #182844;--color-primary: #7ba3ff;--color-text: #f1f5f9;--color-muted: #cbd5f5;--color-border: rgba(203, 213, 225, .18)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:#fff}html[data-theme=dark]{background:#0f172a}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.65;background:var(--color-background);color:var(--color-text);transition:background-color .18s ease,color .18s ease}body.is-language-transition main{opacity:0}main{transition:opacity .22s ease}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:focus{outline:2px solid var(--color-accent);outline-offset:3px}h1,h2,h3,h4,h5,h6{font-family:Poppins,Inter,Helvetica Neue,Arial,sans-serif;color:var(--color-text);margin:0 0 .4em;line-height:1.2}p{margin:0 0 1em}.skip-link{position:absolute;left:-1000px;top:0;background:var(--color-primary);color:var(--color-primary-contrast);padding:.6em 1em;z-index:999;border-radius:0 0 .5em .5em;transition:transform .16s ease}.skip-link:focus{left:1rem;transform:translateY(6px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[aria-live]{position:relative}[role=status],[role=alert]{padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem}[role=status]:empty,[role=alert]:empty{display:none}[role=alert]{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}[role=status]:not([role=alert]){background-color:#f0fdf4;color:#166534;border:1px solid #bbf7d0}input[aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{border-color:#dc2626;box-shadow:0 0 0 2px #dc262633}.field-error{display:block;color:#dc2626;font-size:.875rem;margin-top:.25rem}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.site-header{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}@media (prefers-color-scheme: dark){html:not([data-theme]) .site-header{background:#0f172ae0}}html[data-theme=dark] .site-header{background:#0f172ae0}.nav-bar{max-width:1200px;margin:0 auto;height:var(--header-height);display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;gap:1.5rem}.brand{font-weight:700;letter-spacing:.01em;display:flex;align-items:center;gap:.75rem;font-size:1.05rem}.brand img{width:auto;height:44px;border-radius:12px;border:1px solid var(--color-border)}.nav-links{display:flex;align-items:center;gap:1.25rem}.nav-links a{position:relative;font-size:.95rem;font-weight:600;color:var(--color-muted);padding:.25rem 0;transition:color .16s ease}.nav-links a.is-active,.nav-links a:focus,.nav-links a:hover{color:var(--color-primary)}.nav-links a.is-active:after{content:"";position:absolute;left:0;bottom:-.45rem;width:100%;height:3px;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));border-radius:999px}.nav-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto;flex-wrap:nowrap;flex-shrink:0}.nav-actions>*{flex-shrink:0}.primary-button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.2rem;border-radius:999px;font-weight:600;font-size:.95rem;background:linear-gradient(135deg,var(--color-primary),#27499d);color:var(--color-primary-contrast);border:none;cursor:pointer;box-shadow:0 12px 22px #1f3c8829;transition:transform .16s ease,box-shadow .16s ease;white-space:nowrap}.primary-button:hover,.primary-button:focus-visible{transform:translateY(-2px);box-shadow:0 16px 30px #1f3c8838}.language-switcher{position:relative}.language-toggle{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .95rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;font-size:.9rem;font-weight:600;color:var(--color-text);transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease,color .16s ease}.language-toggle .icon{font-size:1.05rem}.language-toggle:focus-visible,.language-toggle:hover{border-color:var(--color-primary);box-shadow:0 6px 20px #1120401f}.language-menu{position:absolute;top:calc(100% + .65rem);right:0;min-width:220px;padding:.75rem;background:var(--color-background);border-radius:1rem;border:1px solid var(--color-border);box-shadow:0 20px 40px #1120401f;display:none}.language-menu.is-visible{display:block}.language-menu button{width:100%;background:transparent;border:none;display:flex;align-items:center;gap:.5rem;padding:.65rem .75rem;border-radius:.8rem;font-size:.9rem;font-weight:600;cursor:pointer;color:var(--color-muted);transition:background .16s ease,color .16s ease}.language-menu button:hover,.language-menu button:focus-visible{background:var(--color-surface-alt);color:var(--color-primary)}.language-menu button[aria-current=true]{background:linear-gradient(135deg,var(--color-primary),#27499d);color:var(--color-primary-contrast)}html[data-theme=dark] .language-toggle{background:#1e293bd9;border-color:#94a3b866;color:#e2e8f0}html[data-theme=dark] .language-toggle:focus-visible,html[data-theme=dark] .language-toggle:hover{background:#1e293bf2;border-color:#94a3b899;box-shadow:0 12px 26px #0206174d;color:#f8fafc}html[data-theme=dark] .language-menu{background:#0f172af2;border-color:#94a3b859;box-shadow:0 24px 46px #02061759}html[data-theme=dark] .language-menu button{color:#e2e8f0}html[data-theme=dark] .language-menu button:hover,html[data-theme=dark] .language-menu button:focus-visible{background:#3b82f63d;color:#f8fafc}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid var(--color-border);background:#ffffffd9;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.theme-toggle:focus-visible,.theme-toggle:hover{border-color:var(--color-primary);box-shadow:0 6px 20px #1120401f;background:#fffffff2}.theme-toggle__icon{font-size:1.15rem;line-height:1}.theme-toggle--mobile{width:48px;height:48px;margin-left:.25rem}html[data-theme=dark] .theme-toggle{background:#1e293bb3;border-color:#94a3b859;box-shadow:none}html[data-theme=dark] .theme-toggle:focus-visible,html[data-theme=dark] .theme-toggle:hover{background:#1e293bd9;border-color:#94a3b88c;box-shadow:0 12px 28px #02061738}.settings-menu{position:relative}.settings-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease,transform .16s ease}.settings-toggle .icon{font-size:1.2rem;line-height:1}.settings-toggle:focus-visible,.settings-toggle:hover{border-color:var(--color-primary);box-shadow:0 6px 20px #1120401f;transform:rotate(45deg)}.settings-toggle[aria-expanded=true]{transform:rotate(90deg);background:var(--color-primary);border-color:var(--color-primary)}.settings-toggle[aria-expanded=true] .icon{filter:brightness(10)}.settings-dropdown{position:absolute;top:calc(100% + .65rem);right:0;min-width:260px;padding:.5rem;background:var(--color-background);border-radius:1rem;border:1px solid var(--color-border);box-shadow:0 20px 40px #11204026;display:none;z-index:1000}.settings-dropdown.is-visible{display:block}.settings-section{padding:.5rem}.settings-section:not(:last-child){border-bottom:1px solid var(--color-border)}.settings-section[hidden]{display:none}.settings-section__label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin-bottom:.5rem;padding:0 .5rem}.settings-language-options{display:flex;gap:.35rem}.settings-lang-btn{flex:1;padding:.5rem .65rem;border:1px solid var(--color-border);border-radius:.6rem;background:transparent;font-size:.8rem;font-weight:600;color:var(--color-muted);cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}.settings-lang-btn:hover,.settings-lang-btn:focus-visible{background:var(--color-surface-alt);color:var(--color-primary);border-color:var(--color-primary)}.settings-lang-btn[aria-current=true]{background:var(--color-primary);color:var(--color-primary-contrast);border-color:var(--color-primary)}.settings-option{width:100%;display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem;border:none;border-radius:.6rem;background:transparent;font-size:.9rem;font-weight:500;color:var(--color-text);cursor:pointer;transition:background .16s ease,color .16s ease}.settings-option:hover,.settings-option:focus-visible{background:var(--color-surface-alt)}.settings-option[aria-pressed=true]{background:var(--color-primary);color:var(--color-primary-contrast)}.settings-option__icon{font-size:1.1rem;line-height:1}.settings-option--accent{background:linear-gradient(135deg,var(--color-accent),#e08e00);color:#fff;font-weight:600}.settings-option--accent:hover,.settings-option--accent:focus-visible{background:linear-gradient(135deg,#e08e00,var(--color-accent))}html[data-theme=dark] .settings-toggle{background:#1e293bd9;border-color:#94a3b866}html[data-theme=dark] .settings-toggle:focus-visible,html[data-theme=dark] .settings-toggle:hover{background:#1e293bf2;border-color:#94a3b899;box-shadow:0 12px 26px #0206174d}html[data-theme=dark] .settings-dropdown{background:#0f172afa;border-color:#94a3b859;box-shadow:0 24px 46px #02061766}html[data-theme=dark] .settings-section:not(:last-child){border-color:#94a3b833}html[data-theme=dark] .settings-lang-btn{border-color:#94a3b84d;color:#e2e8f0}html[data-theme=dark] .settings-lang-btn:hover,html[data-theme=dark] .settings-lang-btn:focus-visible{background:#3b82f633;border-color:var(--color-primary)}html[data-theme=dark] .settings-option{color:#e2e8f0}html[data-theme=dark] .settings-option:hover,html[data-theme=dark] .settings-option:focus-visible{background:#3b82f633}.hero{padding:calc(var(--header-height) + 2.5rem) 1.25rem 4rem;max-width:1200px;margin:0 auto;display:grid;gap:3rem;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.hero-tagline{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .85rem;border-radius:999px;background:var(--color-surface-alt);color:var(--color-primary);font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.75rem}.hero h1{font-size:clamp(2.4rem,5vw,3.6rem);margin-bottom:.75rem}.hero p{font-size:1.1rem;color:var(--color-muted);margin-bottom:1.5rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.secondary-link{font-weight:600;color:var(--color-primary);display:inline-flex;align-items:center;gap:.4rem}.secondary-link:after{content:"➝";font-size:1rem;transition:transform .16s ease}.secondary-link:hover:after{transform:translate(2px)}.hero-portrait{position:relative;justify-self:center;width:min(420px,90%);overflow:hidden}.hero-portrait:after{content:"";position:absolute;top:12%;right:-6%;bottom:-12%;left:6%;border-radius:40px;background:linear-gradient(180deg,#1f3c8838,#1f3c8800);z-index:-1}.hero-portrait img{border-radius:36px;border:1px solid var(--color-border);box-shadow:0 30px 60px #1120402e;width:100%;height:auto;object-fit:cover}.section{padding:4.5rem 1.25rem}.section:nth-of-type(2n){background:var(--color-surface)}.section-inner{max-width:1100px;margin:0 auto}.section-header{max-width:660px;margin-bottom:2.5rem}.section-header p{color:var(--color-muted)}.card-grid{display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{background:var(--color-background);border-radius:24px;padding:1.75rem;border:1px solid var(--color-border);box-shadow:0 18px 32px #11204014;transition:transform .16s ease,box-shadow .16s ease}.card:hover,.card:focus-within{transform:translateY(-6px);box-shadow:0 22px 36px #1120401f}.card h3{font-size:1.25rem;margin-bottom:.5rem}.card p{color:var(--color-muted);margin-bottom:0}.card-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.timeline{border-left:2px solid var(--color-border);padding-left:1.25rem;display:grid;gap:1.75rem}.timeline-item{position:relative;padding-left:1rem}.timeline-item:before{content:"";position:absolute;left:-1.7rem;top:.3rem;width:12px;height:12px;border-radius:999px;background:var(--color-accent);box-shadow:0 0 0 6px #f29f0526}.contact-panel{display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch}.contact-card{border-radius:32px;padding:2.4rem;display:grid;gap:1.2rem;box-shadow:0 30px 50px #0f172a1f}.contact-card--info{background:var(--color-primary);color:var(--color-primary-contrast)}.contact-card--info h2,.contact-card--info p,.contact-card--info a{color:var(--color-primary-contrast)}.contact-card__channel{margin:0;font-weight:600;line-height:1.6}.contact-card__channel a{color:var(--color-primary-contrast)}.contact-card--share{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text)}.contact-card__title{font-size:1.35rem;margin:0}.contact-card__lead{margin:0;color:var(--color-muted)}.contact-card--share .share-buttons{justify-content:flex-start}.contact-card--share .share-button--general{color:var(--color-primary);background:#1f3c881a;border:1px solid rgba(31,60,136,.25)}.contact-card--share .share-button--general:hover,.contact-card--share .share-button--general:focus-visible{background:#1f3c8829}.contact-card--share .share-button{box-shadow:none}.share-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.share-button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem 1.1rem;border-radius:999px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;text-decoration:none;color:#fff;background:#ffffff2e;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.share-button:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:2px}.share-button:hover,.share-button:focus-visible{transform:translateY(-1px);box-shadow:0 16px 30px #0c173559}.share-button--whatsapp{background:#1ba362}.share-button--twitter{background:#1d9bf0}.share-button--facebook{background:#166fe5}.share-button--general{background:#2563eb1f;border:1px solid rgba(37,99,235,.35);color:var(--color-primary)}.share-button--general:hover,.share-button--general:focus-visible{background:#2563eb38;border-color:#2563eb8c}.site-footer{background:#0c1735;color:#fffc;padding:2.5rem 1.25rem}.site-footer .footer-inner{max-width:1100px;margin:0 auto;display:grid;gap:1.5rem 2rem;grid-template-columns:1fr;font-size:.95rem}@media (min-width: 480px){.site-footer .footer-inner{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.site-footer .footer-inner{grid-template-columns:repeat(4,1fr)}}.footer-link{color:#fff;font-weight:600;text-decoration:none}.footer-link:hover,.footer-link:focus-visible{text-decoration:underline}.legal-button{align-self:flex-start;display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:transparent;color:#fff;font-weight:600;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.legal-button:hover,.legal-button:focus-visible{background:#ffffff1a;border-color:#fff9;box-shadow:0 10px 26px #0c173559;transform:translateY(-1px)}.footer-block{display:grid;gap:.6rem;color:#ffffffe6}.footer-block h3{margin:0;font-size:1rem;font-weight:700;color:#fff}.footer-block p{margin:0;color:#ffffffd9;font-size:.95rem}.footer-download{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.2rem;border-radius:999px;background:#fff;color:#0c1735;font-weight:600;text-decoration:none;box-shadow:0 8px 20px #0c173540;transition:transform .16s ease,box-shadow .16s ease}.footer-download:hover,.footer-download:focus-visible{transform:translateY(-1px);box-shadow:0 12px 28px #0c17354d}.footer-meta{margin-top:2.5rem;font-size:.85rem;color:#ffffffa6;text-align:center}.legal-modal[hidden]{display:none!important}.legal-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:140}.legal-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0c17358c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.legal-modal__dialog{position:relative;z-index:1;width:min(640px,100%);border-radius:1.2rem;background:#fff;color:var(--color-text);padding:2.2rem;box-shadow:0 28px 60px #0f172a59;max-height:90vh;overflow-y:auto}html[data-theme=dark] .legal-modal__dialog{background:#0f172a;color:#e2e8f0;box-shadow:0 32px 70px #02061799}.legal-modal__content{display:flex;flex-direction:column;gap:1rem}.legal-modal__list{margin:0;padding-left:1.1rem;display:grid;gap:.6rem;font-size:.95rem}.legal-modal__list li{line-height:1.5}.legal-close{align-self:flex-start;margin-top:.5rem;padding:.5rem 1.1rem;border-radius:999px;border:none;background:linear-gradient(135deg,var(--color-primary),#27499d);color:#fff;font-weight:600;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.legal-close:hover,.legal-close:focus-visible{transform:translateY(-1px);box-shadow:0 12px 24px #27499d59}@media (max-width: 960px){.nav-links{display:none}.nav-bar{flex-wrap:nowrap!important;height:var(--header-height);gap:.5rem;padding:0 1rem}.brand{flex-shrink:0;font-size:.9rem}.brand img{height:36px}.mobile-menu-toggle{order:3;flex-shrink:0;width:40px;height:40px}.nav-actions{margin-left:auto;order:2;width:auto;gap:.5rem;flex-shrink:0}.nav-actions .primary-button{display:none}.language-toggle span:not(.icon){display:none}.language-toggle{padding:.5rem;min-width:auto}.theme-toggle{width:40px;height:40px}.hero{grid-template-columns:1fr;text-align:center}.hero-actions{justify-content:center}.hero-portrait:after{top:8%;right:0;bottom:-10%;left:0}}.mobile-menu-toggle{display:none;background:transparent;border:none;width:44px;height:44px;border-radius:999px;border:1px solid var(--color-border);color:var(--color-primary);font-size:1.4rem}.mobile-menu{display:none}@media (max-width: 960px){.mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center}.mobile-menu{position:fixed;inset:var(--header-height) 0 auto 0;background:var(--color-background);border-bottom:1px solid var(--color-border);box-shadow:0 24px 40px #1120401f;padding:1.8rem 1.25rem 2.5rem;display:none;flex-direction:column;gap:1.2rem;z-index:90}.mobile-menu.is-open{display:flex}.mobile-menu a{font-weight:600;color:var(--color-muted);font-size:1rem}.mobile-menu a.is-active{color:var(--color-primary)}.mobile-menu .primary-button{color:#fff}.mobile-menu .language-switcher{width:100%}.mobile-menu .language-toggle{width:100%;justify-content:center}.language-menu{position:fixed;right:1.25rem;top:calc(var(--header-height) + .75rem)}}@media (min-width: 961px) and (max-width: 1120px){.nav-bar{flex-wrap:wrap;row-gap:.75rem;height:auto;min-height:var(--header-height)}.nav-actions{width:100%;justify-content:flex-end}}@media (max-width: 600px){.nav-bar{padding:.6rem .75rem;gap:.35rem}.brand{font-size:.8rem;gap:.5rem}.brand img{height:32px}.language-toggle{padding:.45rem}.language-toggle .icon{font-size:1rem}.settings-toggle{width:44px;height:44px}.mobile-menu-toggle{width:44px;height:44px;font-size:1.3rem}}@media (max-width: 480px){.settings-dropdown{min-width:auto;width:calc(100vw - 2rem);max-width:280px;right:-.5rem}.hero{padding:calc(var(--header-height) + 1.5rem) 1rem 2.5rem}.hero__title{font-size:1.75rem}.hero__subtitle{font-size:1rem}.footer-inner{gap:2rem}.footer-block h3{font-size:1rem}.newsletter-form__field{flex-direction:column}.newsletter-form__btn{width:100%}.project-grid{gap:1rem}.project-card{padding:1rem}.card{padding:1.25rem}.card__title{font-size:1.1rem}.legal-modal{padding:.75rem}.legal-modal__dialog{padding:1.25rem;border-radius:1rem;max-height:85vh}.legal-modal__content h2{font-size:1.15rem;margin-bottom:.75rem}.legal-modal__content p{font-size:.85rem}.legal-modal__list{font-size:.8rem;padding-left:.9rem;gap:.75rem}.legal-modal__list li{line-height:1.45}.legal-close{padding:.6rem 1.2rem;font-size:.9rem;width:100%;text-align:center}.cookie-banner__content{padding:1rem}.cookie-banner__content p{font-size:.85rem}.cookie-banner__actions{flex-direction:column;gap:.5rem}.cookie-btn{width:100%}}@media (max-width: 400px){.nav-bar{padding:.5rem}.brand span{font-size:.75rem}.brand img{width:28px;height:28px}.hero__title{font-size:1.5rem}.primary-button{padding:.6rem 1rem;font-size:.85rem}}.research-list{display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.research-card{background:var(--color-background);border-radius:22px;padding:1.75rem;border:1px solid var(--color-border);box-shadow:0 18px 32px #11204014;transition:transform .16s ease,box-shadow .16s ease}.research-card:hover,.research-card:focus-within{transform:translateY(-6px);box-shadow:0 24px 36px #1120401f}.research-card span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--color-surface-alt);color:var(--color-primary);font-weight:700;margin-bottom:1rem}.research-card p{color:var(--color-muted)}blockquote{margin:0;padding:1.5rem 1.75rem;border-left:4px solid var(--color-primary);background:var(--color-surface-alt);border-radius:20px;color:var(--color-muted);font-style:italic}.table{width:100%;border-collapse:collapse;margin:1.5rem 0}.table caption{text-align:left;font-weight:700;margin-bottom:.75rem}.table th,.table td{border:1px solid var(--color-border);padding:.85rem 1rem;text-align:left;font-size:.95rem}.table thead{background:var(--color-surface-alt)}.note{background:var(--color-surface-alt);border-radius:18px;padding:1.25rem 1.5rem;color:var(--color-muted);font-size:.95rem;border:1px solid var(--color-border)}.fade-in{animation:fadeIn .24s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}[data-animate=zoom]{animation:zoomIn .26s ease both}@keyframes zoomIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.project-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.project-card{background:var(--color-background);border-radius:28px;border:1px solid var(--color-border);box-shadow:0 20px 40px #1120401a;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.project-card:hover,.project-card:focus-within{transform:translateY(-6px);box-shadow:0 26px 48px #11204029}.project-card__link{display:flex;flex-direction:column;height:100%;color:inherit}.project-card__media img{width:100%;height:220px;object-fit:cover}.project-card__content{padding:1.75rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.project-card__content h2{font-size:1.3rem;margin:0}.project-card__content p{color:var(--color-muted);margin:0}.project-card__cta{margin-top:auto;font-weight:600;color:var(--color-primary);display:inline-flex;align-items:center;gap:.35rem}.project-card__cta:after{content:"➝";transition:transform .16s ease}.project-card:hover .project-card__cta:after,.project-card:focus-within .project-card__cta:after{transform:translate(3px)}.goal-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.goal-list li{padding:1.2rem 1.4rem;border-radius:20px;border:1px solid var(--color-border);background:#ffffffeb;box-shadow:0 16px 24px #11204014;font-weight:500}.project-detail .hero{padding-bottom:3.5rem}.project-detail .section:nth-of-type(2n){background:transparent}.project-detail .section{padding-top:3.5rem;padding-bottom:3.5rem}.project-detail .timeline{border-left-color:#1f3c8833}.project-hero{padding-top:calc(var(--header-height) + 1.5rem)}.project-overview{text-align:center}.project-overview .section-header{max-width:760px;margin:0 auto;text-align:center}.project-criteria__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.project-criteria__item{display:flex;flex-direction:column;gap:.75rem;text-align:left;min-height:220px}.project-criteria__icon{font-size:2.4rem}.project-map__layout{display:flex;flex-wrap:wrap;gap:2.5rem;align-items:flex-start}.project-map__panel{flex:1 1 55%;min-width:min(100%,420px)}.project-map__helper{color:var(--color-muted);font-size:.95rem;margin-top:.35rem}.project-map__canvas{position:relative;border-radius:32px;border:1px solid var(--color-border);background:#ffffffd9;height:440px;overflow:hidden;box-shadow:0 25px 45px #11204024}.project-map__canvas .leaflet-container{height:100%;border-radius:inherit}.project-map__actions{margin-top:1rem}.project-map__view-all{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.35rem;border-radius:999px;border:1px solid var(--color-border);font-weight:600;transition:border-color .16s ease,color .16s ease,transform .16s ease}.project-map__view-all:after{content:"↗";font-size:1rem}.project-map__view-all:hover,.project-map__view-all:focus-visible{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-1px)}.project-map__loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;font-weight:600;color:var(--color-muted);background:linear-gradient(135deg,#2563eb14,#10b98114)}.project-map__sidebar{flex:1 1 35%;min-width:min(100%,320px);border-radius:32px;border:1px solid var(--color-border);padding:1.75rem;box-shadow:0 24px 40px #11204014;background:var(--color-background)}.project-map__routes{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:1rem}.project-map__route{border:1px solid var(--color-border);border-radius:24px;padding:1.25rem;background:#ffffffeb;box-shadow:0 14px 24px #11204014;display:flex;flex-direction:column;gap:.75rem;transition:border-color .16s ease,box-shadow .16s ease}.project-map__route.is-active{border-color:var(--color-primary);box-shadow:0 18px 32px #2563eb2e}.project-map__route--compact{background:#2563eb14;border-color:#2563eb66}.project-map__route--compact strong{font-size:1rem}.project-map__route-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.project-map__route-header strong{font-size:1.05rem}.project-map__route-description{margin:0;color:var(--color-muted)}.project-map__route-meta{display:flex;flex-wrap:wrap;gap:1rem;margin:0}.project-map__route-meta div{min-width:120px}.project-map__route-meta dt{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted)}.project-map__route-meta dd{margin:0;font-weight:600}.project-map__route-meta-line{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.85rem;color:var(--color-muted)}.project-map__route-placeholder{margin:0;font-size:.9rem;color:var(--color-muted)}.project-map__route-button{align-self:flex-start;border:1px solid var(--color-border);border-radius:999px;padding:.4rem 1.25rem;background:transparent;font-weight:600;cursor:pointer;transition:border-color .16s ease,color .16s ease,transform .16s ease}.project-map__route-button:hover,.project-map__route-button:focus-visible{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-1px)}.project-map__route-button--secondary{border-color:#2563eb59;color:var(--color-primary);background:#2563eb14;text-decoration:none}.project-map__route-button--secondary:hover,.project-map__route-button--secondary:focus-visible{border-color:#2563eb99;background:#2563eb29}.project-map__route-button[aria-disabled=true]{cursor:not-allowed;opacity:.6;transform:none}.project-map__sidebar-title{margin-bottom:.35rem}.project-map__sidebar-intro{margin:0;color:var(--color-muted)}.project-map__placeholder{border:2px dashed var(--color-border);border-radius:32px;padding:3rem;text-align:center;background:#fffc;color:var(--color-muted)}.project-map__placeholder span{display:block;font-size:3rem;margin-bottom:1rem}@media (max-width: 992px){.project-map__layout{flex-direction:column}}html[data-theme=dark] .project-map__canvas{background:#0f172ae6;border-color:#94a3b84d}html[data-theme=dark] .project-map__sidebar,html[data-theme=dark] .project-map__route{background:#111827e6;border-color:#94a3b840}.project-steps__item h3{color:var(--color-primary)}.project-form__panel{background:var(--color-background);border-radius:32px;border:1px solid var(--color-border);padding:2.5rem;box-shadow:0 28px 48px #1120401f}.project-form__section{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border)}.project-form__section:first-of-type{padding-top:0}.project-form__section:last-of-type{border-bottom:none;padding-bottom:0}.project-form__section h3{margin:0}.project-form__section>p{margin:0;color:var(--color-muted)}.project-form__subform{display:flex;flex-direction:column;gap:1rem}.project-form__subform .project-form__grid{margin-top:0}.project-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:1.5rem}.project-form__control{display:flex;flex-direction:column;gap:.35rem}.project-form__control--full{grid-column:1 / -1}.project-form__input{border-radius:18px;border:1px solid var(--color-border);padding:.85rem 1rem;font-size:1rem;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}html[data-theme=dark] .project-form__input{background:#0f172a;border-color:#cbd5e140;color:#f1f5f9}.project-form__input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #1f3c8833}.project-form__input--textarea{min-height:120px;resize:vertical}.project-form__scores{padding-top:1.5rem;border-top:1px solid var(--color-border)}.project-form__hint{font-size:.9rem;color:var(--color-muted);margin-bottom:1rem}.project-form__helper{margin-top:.35rem;font-size:.9rem;color:var(--color-muted)}.project-form__input--file{border:1px dashed var(--color-border);background:#ffffffa6;cursor:pointer}.project-form__input--file::file-selector-button{border:none;border-radius:12px;padding:.35rem .75rem;background:#2563eb1f;color:var(--color-primary);margin-right:.65rem;font-weight:600;cursor:pointer}.project-form__upload-feedback{margin-top:.35rem;font-weight:600;color:var(--color-primary)}.project-form__upload-feedback.is-error{color:#dc2626}.project-form__preview{border:1px solid var(--color-border);border-radius:20px;padding:1rem 1.25rem;background:#2563eb14}.project-form__preview p{margin:0 0 .35rem;font-weight:600}.project-form__score-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.project-form__consent{display:flex;align-items:flex-start;gap:.85rem;font-size:.95rem;color:var(--color-muted)}.project-form__consent input[type=checkbox]{margin-top:.35rem;width:1.1rem;height:1.1rem;border-radius:6px;border:1px solid var(--color-border)}.project-form__privacy-link{display:inline-flex;margin-top:.35rem;padding:.2rem .4rem;border-radius:999px;border:none;background:#1f3c881f;color:var(--color-primary);font-weight:600;cursor:pointer}.project-form__privacy-link:hover,.project-form__privacy-link:focus-visible{background:#1f3c8833}.project-form__actions{display:flex;justify-content:flex-start}.project-form__messages{min-height:1.5rem;margin-top:1.5rem;font-weight:600;color:var(--color-primary)}.project-form__messages.is-error{color:#dc2626}.project-privacy__card{border-radius:32px;border:1px solid var(--color-border);padding:2.25rem;background:var(--color-background);box-shadow:0 24px 46px #1120401a}.project-privacy__details{margin-top:1.5rem;border-radius:24px;border:1px solid var(--color-border);padding:1rem 1.5rem;background:#ffffffe6}html[data-theme=dark] .project-privacy__details{background:#14203bb3}.project-privacy__details summary{cursor:pointer;font-weight:600;color:var(--color-primary);list-style:none}.project-privacy__details summary::marker,.project-privacy__details summary::-webkit-details-marker{display:none}.project-privacy__body{margin-top:1rem;display:grid;gap:.75rem;color:var(--color-muted)}.project-share__header{text-align:center;margin:0 auto 2rem}.project-share__actions{justify-content:center}.project-share__messages{text-align:center;margin-top:1rem;font-size:.9rem;color:var(--color-muted)}@media (max-width: 960px){.project-form__grid{grid-template-columns:1fr}.project-form__panel{padding:1.75rem}.project-share__actions{justify-content:flex-start}}@media (max-width: 960px){.hero{grid-template-columns:1fr;text-align:center}.hero-portrait{order:-1}.project-card__media img{height:200px}}html[data-theme=dark] .share-button--general{background:#7ba3ff26;border-color:#7ba3ff66;color:#7ba3ff}html[data-theme=dark] .share-button--general:hover,html[data-theme=dark] .share-button--general:focus-visible{background:#7ba3ff40;border-color:#7ba3ff99}html[data-theme=dark] .contact-card--share .share-button--general{background:#7ba3ff26;border-color:#7ba3ff59;color:#7ba3ff}html[data-theme=dark] .contact-card--share .share-button--general:hover,html[data-theme=dark] .contact-card--share .share-button--general:focus-visible{background:#7ba3ff40}html[data-theme=dark] .project-map__route-button--secondary{border-color:#7ba3ff66;color:#7ba3ff;background:#7ba3ff1f}html[data-theme=dark] .project-map__route-button--secondary:hover,html[data-theme=dark] .project-map__route-button--secondary:focus-visible{border-color:#7ba3ff99;background:#7ba3ff33}html[data-theme=dark] .project-map__route.is-active{border-color:#7ba3ff;box-shadow:0 18px 32px #7ba3ff40}html[data-theme=dark] .project-map__route--compact{background:#7ba3ff1f;border-color:#7ba3ff66}html[data-theme=dark] .project-form__input:focus{border-color:#7ba3ff;box-shadow:0 0 0 3px #7ba3ff40}html[data-theme=dark] .project-form__input--file::file-selector-button{background:#7ba3ff26;color:#7ba3ff}html[data-theme=dark] .project-form__preview{background:#7ba3ff1f}html[data-theme=dark] .project-form__privacy-link{background:#7ba3ff26;color:#7ba3ff}html[data-theme=dark] .project-form__privacy-link:hover,html[data-theme=dark] .project-form__privacy-link:focus-visible{background:#7ba3ff40}@media (prefers-color-scheme: dark){html:not([data-theme]) .share-button--general{background:#7ba3ff26;border-color:#7ba3ff66;color:#7ba3ff}html:not([data-theme]) .share-button--general:hover,html:not([data-theme]) .share-button--general:focus-visible{background:#7ba3ff40;border-color:#7ba3ff99}html:not([data-theme]) .contact-card--share .share-button--general{background:#7ba3ff26;border-color:#7ba3ff59;color:#7ba3ff}html:not([data-theme]) .contact-card--share .share-button--general:hover,html:not([data-theme]) .contact-card--share .share-button--general:focus-visible{background:#7ba3ff40}html:not([data-theme]) .project-map__route-button--secondary{border-color:#7ba3ff66;color:#7ba3ff;background:#7ba3ff1f}html:not([data-theme]) .project-map__route-button--secondary:hover,html:not([data-theme]) .project-map__route-button--secondary:focus-visible{border-color:#7ba3ff99;background:#7ba3ff33}html:not([data-theme]) .project-map__route.is-active{border-color:#7ba3ff;box-shadow:0 18px 32px #7ba3ff40}html:not([data-theme]) .project-map__route--compact{background:#7ba3ff1f;border-color:#7ba3ff66}html:not([data-theme]) .project-form__input:focus{border-color:#7ba3ff;box-shadow:0 0 0 3px #7ba3ff40}html:not([data-theme]) .project-form__input--file::file-selector-button{background:#7ba3ff26;color:#7ba3ff}html:not([data-theme]) .project-form__preview{background:#7ba3ff1f}html:not([data-theme]) .project-form__privacy-link{background:#7ba3ff26;color:#7ba3ff}html:not([data-theme]) .project-form__privacy-link:hover,html:not([data-theme]) .project-form__privacy-link:focus-visible{background:#7ba3ff40}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--color-surface);border-top:1px solid var(--color-border);padding:1rem;z-index:1000;box-shadow:0 -4px 20px #0000001a;transform:translateY(100%);transition:transform .3s ease}.cookie-banner.is-visible{transform:translateY(0)}.cookie-banner[hidden]{display:none}.cookie-banner__content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.cookie-banner__content p{margin:0;flex:1;min-width:280px;font-size:.9rem;color:var(--color-muted)}.cookie-banner__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cookie-btn{padding:.5rem 1.25rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,transform .1s}.cookie-btn:hover{transform:translateY(-1px)}.cookie-btn--accept{background:var(--color-primary);color:var(--color-primary-contrast)}.cookie-btn--accept:hover{filter:brightness(1.1)}.cookie-btn--reject{background:var(--color-surface-alt);color:var(--color-text);border:1px solid var(--color-border)}.cookie-btn--reject:hover{background:var(--color-border)}.cookie-link{font-size:.875rem;color:var(--color-primary);text-decoration:underline}.cookie-link:hover{text-decoration:none}@media (max-width: 640px){.cookie-banner__content{flex-direction:column;text-align:center}.cookie-banner__actions{justify-content:center;width:100%}}.privacy-page{padding:3rem 1rem;max-width:800px;margin:0 auto}.privacy-page h1{font-size:2rem;margin-bottom:2rem;color:var(--color-primary)}.privacy-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.privacy-section:last-of-type{border-bottom:none}.privacy-section h2{font-size:1.25rem;margin-bottom:1rem;color:var(--color-text)}.privacy-section p{color:var(--color-muted);line-height:1.7}.privacy-section ul{margin:.5rem 0;padding-left:1.5rem;color:var(--color-muted)}.privacy-section li{margin-bottom:.5rem;line-height:1.6}.privacy-section a{color:var(--color-primary);text-decoration:underline}.privacy-section a:hover{text-decoration:none}.privacy-back{margin-top:2rem;text-align:center}.privacy-back .btn{display:inline-block;padding:.75rem 1.5rem;background:var(--color-primary);color:var(--color-primary-contrast);border-radius:8px;font-weight:500;transition:transform .15s,box-shadow .15s}.privacy-back .btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.privacy-link{display:block;margin-top:.5rem;font-size:.875rem}.install-button{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .9rem;background:var(--color-accent);color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:transform .15s,box-shadow .15s}.install-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.install-button__icon{font-size:1rem}@media (max-width: 960px){.install-button{padding:.4rem .7rem;font-size:.8rem}}.contrast-toggle{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);cursor:pointer;transition:background .15s,border-color .15s}.contrast-toggle:hover{background:var(--color-surface-alt);border-color:var(--color-text)}.contrast-toggle[aria-pressed=true]{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-primary-contrast)}.contrast-toggle__icon{font-size:1.1rem}html.high-contrast{--color-background: #ffffff;--color-text: #000000;--color-muted: #1a1a1a;--color-primary: #0000cc;--color-primary-contrast: #ffffff;--color-accent: #cc0000;--color-surface: #f5f5f5;--color-surface-alt: #e0e0e0;--color-border: #000000;--color-danger: #cc0000;--color-success: #006600}html.high-contrast[data-theme=dark],html.high-contrast.dark{--color-background: #000000;--color-text: #ffffff;--color-muted: #e0e0e0;--color-primary: #ffff00;--color-primary-contrast: #000000;--color-accent: #00ffff;--color-surface: #1a1a1a;--color-surface-alt: #333333;--color-border: #ffffff;--color-danger: #ff6b6b;--color-success: #00ff00}html.high-contrast a{text-decoration:underline}html.high-contrast .primary-button{background:var(--color-primary);color:var(--color-primary-contrast);border:2px solid var(--color-primary)}html.high-contrast .card{border:2px solid var(--color-border)}html.high-contrast .site-header{border-bottom:2px solid var(--color-border)}html.high-contrast .site-footer{border-top:2px solid var(--color-border)}html.high-contrast[data-theme=dark] .site-footer,html.high-contrast.dark .site-footer{background:#000}html.high-contrast img{filter:contrast(1.1)}@media print{*,*:before,*:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}.site-header,.site-footer,.cookie-banner,.legal-modal,.mobile-menu,.mobile-menu-toggle,.nav-actions,.theme-toggle,.contrast-toggle,.install-button,.language-switcher,.share-buttons,.skip-link,[data-animate]{display:none!important}body{font-size:12pt;line-height:1.5;margin:0;padding:0}main{padding:0!important;margin:0!important}h1,h2,h3,h4{page-break-after:avoid;page-break-inside:avoid}h1{font-size:24pt}h2{font-size:18pt}h3{font-size:14pt}p,li{orphans:3;widows:3}a[href]:after{content:" (" attr(href) ")";font-size:.8em;color:#666}a[href^="#"]:after,a[href^="javascript:"]:after,a[href^="mailto:"]:after{content:""}img{max-width:100%!important;page-break-inside:avoid}.card,.section,.hero{page-break-inside:avoid;border:1px solid #ccc!important;padding:1rem!important;margin-bottom:1rem!important}table{border-collapse:collapse;width:100%}th,td{border:1px solid #ccc;padding:.5rem}@page{margin:2cm}@page :first{margin-top:3cm}}.contact-page{padding-top:2rem}.contact-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;margin-top:2rem}.contact-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:2rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--color-text)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:8px;font-size:1rem;font-family:inherit;background:var(--color-background);color:var(--color-text);transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #0f766e26}.form-group textarea{resize:vertical;min-height:120px}.form-group--checkbox{display:flex;align-items:flex-start;gap:.5rem}.form-group--checkbox input{width:auto;margin-top:.25rem}.form-group--checkbox label{margin-bottom:0;font-weight:400}.form-error{display:block;margin-top:.25rem;font-size:.875rem;color:var(--color-danger, #dc2626)}.form-actions{margin-top:1.5rem}.form-status{margin-top:1rem;padding:1rem;border-radius:8px;font-size:.9rem}.form-status--info{background:#3b82f61a;color:#3b82f6}.form-status--success{background:#10b9811a;color:#10b981}.form-status--error{background:#ef44441a;color:#ef4444}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-info__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:1.5rem}.contact-info__card h2,.contact-info__card h3{font-size:1.1rem;margin-bottom:.75rem;color:var(--color-primary)}.contact-info__card p{font-size:.9rem;color:var(--color-muted);line-height:1.6}.contact-info__item{display:flex;gap:.75rem;margin-top:1rem}.contact-info__icon{font-size:1.25rem}.contact-info__item strong{display:block;font-size:.8rem;color:var(--color-muted);text-transform:uppercase;letter-spacing:.05em}.contact-info__item a{color:var(--color-primary);word-break:break-all}@media (max-width: 960px){.contact-layout{grid-template-columns:1fr}.contact-form{padding:1.5rem}}.faq-page{padding-top:2rem}.faq-content{margin-top:2rem}.faq-category{margin-bottom:2.5rem}.faq-category__title{font-size:1.25rem;color:var(--color-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-border)}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:border-color .15s}.faq-item[open]{border-color:var(--color-primary)}.faq-item__question{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;cursor:pointer;font-weight:500;color:var(--color-text);list-style:none;-webkit-user-select:none;user-select:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:hover{background:var(--color-surface-alt)}.faq-item__icon{font-size:1.25rem;color:var(--color-primary);transition:transform .2s}.faq-item[open] .faq-item__icon{transform:rotate(45deg)}.faq-item__answer{padding:0 1.25rem 1.25rem}.faq-item__answer p{color:var(--color-muted);line-height:1.7}.faq-cta{margin-top:3rem;padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;text-align:center}.faq-cta h2{font-size:1.25rem;margin-bottom:.75rem}.faq-cta p{color:var(--color-muted);margin-bottom:1.25rem}.newsletter-form{margin-top:1rem}.newsletter-form__field{display:flex;gap:.5rem}.newsletter-form input[type=email]{flex:1;padding:.625rem .875rem;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:.9rem;background:#ffffff1a;color:#fff;min-width:0}.newsletter-form input[type=email]::placeholder{color:#ffffff80}.newsletter-form input[type=email]:focus{outline:none;border-color:#fff;background:#ffffff26}.newsletter-honeypot{position:absolute;left:-9999px}.newsletter-form__btn{padding:.625rem 1rem;background:#fff;color:#0c1735;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s,transform .1s}.newsletter-form__btn:hover{background:#f0f0f0;transform:translateY(-1px)}.newsletter-form__btn:disabled{opacity:.6;cursor:not-allowed}.newsletter-form__status{display:block;margin-top:.5rem;font-size:.8rem}.newsletter-form__status.success{color:#4ade80}.newsletter-form__status.error{color:#f87171}.footer-links{display:flex;flex-direction:column;gap:.25rem;margin-top:.75rem}.footer-links .footer-link{font-size:.9rem}
