.form-container{max-width:400px;margin:4rem auto;padding:2rem;background:#fff;border-radius:10px;box-shadow:0 6px 16px #0000001a;font-family:Segoe UI,sans-serif;color:#111}.form-container h2{text-align:center;margin-bottom:1.5rem;color:#1e293b}form label{display:block;margin-bottom:.5rem;font-weight:600}form input{width:100%;padding:.6rem;margin-bottom:1.2rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}form button{width:100%;padding:.75rem;background-color:#1e40af;color:#fff;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}form button:hover{background-color:#15308d}.error{color:red;font-size:.9rem;margin-bottom:1rem;text-align:center}.form-container a{color:#1e40af;text-decoration:none}.form-container a:hover{text-decoration:underline}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:#111;background:#f8f9fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}:root{--brand: #d90429;--brand-dark: #9b001e;--ink: #111;--muted: #444;--card: #ffffff;--surface: #f8f9fa;--border: #e5e7eb;--shadow: 0 10px 24px rgba(16,24,40,.06);--radius: 12px}#root{display:flex;justify-content:center;width:100%}.main-container{width:100%;max-width:1200px;padding:0 1rem;margin:0 auto}.header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid var(--border)}.header .header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--ink)}.swiss-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;padding:.18rem .5rem;border-radius:6px;background:var(--brand);color:#fff;line-height:1}.nav-desktop{grid-column:2;justify-self:center}.nav-desktop .nav-links,.nav-links{display:flex!important;align-items:center;gap:1.5rem;list-style:none!important;padding:0!important;margin:0!important}.nav-links li{list-style:none!important}.nav-links a{text-decoration:none;color:#1e40af;font-weight:600}.nav-links a:hover{text-decoration:underline}.contact-email{justify-self:end;font-size:.9rem;color:#333}.header-section{position:relative;display:flex;justify-content:center;text-align:center;color:#fff;padding:5rem 1rem;margin-bottom:2rem;background-image:url(/images/hero-ch.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:420px}.header-content{width:100%;max-width:1000px;margin:0 auto;padding:4rem 2rem;border-radius:10px;background:#0006}.section-title{font-size:clamp(2rem,3.2vw + 1rem,2.6rem);margin:0 0 .5rem;font-weight:800}.section-title.blue{color:var(--brand)}.section-subtitle{font-size:clamp(1.1rem,1.2vw + .9rem,1.4rem);margin:0 0 1rem;font-weight:600}.section-description{max-width:760px;margin:0 auto;color:#f5f5f5;font-size:1rem;line-height:1.65}.section{padding:2rem 0}.section.alt{padding:4rem 0;background:#f0f4f8;color:var(--ink)}.card-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;padding:2rem 0}@media (max-width: 1024px){.card-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.card-row{grid-template-columns:1fr}}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;text-align:center;color:var(--ink);transition:transform .18s ease,box-shadow .18s ease}.card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #10182814}.card img{display:block;width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.card h4{margin:.25rem 0 .5rem;font-size:1.15rem}.card p{margin:0;color:var(--muted);font-size:.95rem}.card-more{max-height:0;overflow:hidden;transition:max-height .24s ease;text-align:left;margin-top:.75rem}.card-more.open{max-height:640px}.card-more p{margin:.5rem 0;color:var(--ink)}.card-more ul{margin:.5rem 0 0 1.1rem;padding:0}.card-more li{margin:.25rem 0;color:var(--muted)}.card.round img.circle{width:150px;height:150px;border-radius:50%;object-fit:cover;margin:0 auto 1rem}.button,.card button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding:.6rem 1rem;font-weight:700;font-size:.95rem;border:none;border-radius:8px;cursor:pointer;background:var(--brand);color:#fff;transition:background-color .2s ease,transform .05s ease}.button:hover,.card button:hover{background:var(--brand-dark)}.button:active,.card button:active{transform:translateY(1px)}a:focus-visible,button:focus-visible{outline:3px solid rgba(217,4,41,.45);outline-offset:3px;border-radius:8px}.footer{margin-top:3rem;background:#0f172a;color:#e2e8f0;text-align:center;padding:1.2rem 1rem;font-size:.92rem}.footer-note{display:block;opacity:.85;margin-top:.25rem}.menu-toggle{display:none;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(0,0,0,.08);border-radius:8px;background:#fff;padding:0;cursor:pointer;transition:background .15s ease,border-color .15s ease}.menu-toggle:hover{background:#f6f7f9}.menu-toggle:active{background:#eef0f3}.menu-toggle .menu-bar{display:block;width:18px;height:2px;background:#111;border-radius:2px;position:relative}.menu-toggle .menu-bar:before,.menu-toggle .menu-bar:after{content:"";position:absolute;left:0;width:18px;height:2px;background:#111;border-radius:2px}.menu-toggle .menu-bar:before{top:-6px}.menu-toggle .menu-bar:after{top:6px}.nav-drawer{display:none}@media (max-width: 820px){.nav-desktop{display:none!important}.menu-toggle{display:inline-flex;grid-column:3;justify-self:end;width:28px;height:28px;border-radius:6px;margin-left:auto}.menu-toggle .menu-bar{width:16px;height:2px}.menu-toggle .menu-bar:before,.menu-toggle .menu-bar:after{width:16px;height:2px}.menu-toggle .menu-bar:before{top:-5px}.menu-toggle .menu-bar:after{top:5px}.logo{font-size:1.05rem;gap:.4rem}.swiss-badge{padding:.14rem .44rem;font-size:.72rem}.contact-email{display:none}.nav-drawer{display:block;max-height:0;overflow:hidden;transition:max-height .25s ease;background:#fff;border-bottom:1px solid var(--border)}.nav-drawer.open{max-height:280px}.nav-drawer a{display:block;padding:.95rem 1rem;color:#111;text-decoration:none;border-top:1px solid var(--border)}.nav-drawer a:hover{background:#f7f8fb}}@media (max-height: 480px) and (orientation: landscape){.nav-desktop{display:none!important}.menu-toggle{display:inline-flex!important;grid-column:3;justify-self:end;width:26px;height:26px}.menu-toggle .menu-bar,.menu-toggle .menu-bar:before,.menu-toggle .menu-bar:after{width:14px}.menu-toggle .menu-bar:before{top:-4px}.menu-toggle .menu-bar:after{top:4px}.contact-email{display:none!important}.nav-drawer{display:block;max-height:0;overflow:hidden;transition:max-height .25s ease;background:#fff;border-bottom:1px solid var(--border)}.nav-drawer.open{max-height:240px}}@media (max-width: 640px){.header-section{padding:3.25rem 1rem;min-height:360px}.header-content{padding:2.25rem 1.1rem}.section-title{font-size:clamp(1.6rem,6vw,2.1rem)}.section-subtitle{font-size:clamp(1rem,3.5vw,1.2rem)}.card img{height:150px}.button,.card button{width:100%}}@media (prefers-color-scheme: dark){html,body{background:#0b0b0b;color:#e5e7eb}.header{background:#121212;border-bottom:1px solid #1f2937}.nav-links a{color:#9db4ff}.contact-email,.logo{color:#e5e7eb}.section.alt{background:#121417;color:#e5e7eb}.card{background:#101214;color:#e5e7eb;border:1px solid #1f2937;box-shadow:0 8px 18px #00000059}.card p{color:#cbd5e1}.button,.card button{background:var(--brand);color:#fff}.button:hover,.card button:hover{background:var(--brand-dark)}.footer{background:#0b1220;color:#cbd5e1}}.whatsapp-float{position:fixed;bottom:22px;right:22px;background-color:#25d366;border-radius:50%;width:54px;height:54px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0003;transition:transform .2s ease,box-shadow .2s ease;z-index:1200}.whatsapp-float:hover{transform:scale(1.07);box-shadow:0 6px 14px #00000040;background-color:#1ebe5d}.whatsapp-icon{width:28px;height:28px;filter:brightness(0) invert(1)}@media (max-width: 640px){.whatsapp-float{width:48px;height:48px;bottom:18px;right:18px}.whatsapp-icon{width:24px;height:24px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
