:root {
  --bg: #07111f;
  --bg-2: #0c1a2d;
  --surface: #0f2035;
  --surface-2: #132a44;
  --text: #f4f7fb;
  --muted: #b5c2d3;
  --muted-2: #7f91a8;
  --line: rgba(255,255,255,.12);
  --accent: #b8c7d8;
  --accent-2: #dbe5ee;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(0,0,0,.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(116, 153, 190, .12), transparent 26%),
    radial-gradient(circle at 10% 28%, rgba(116, 153, 190, .08), transparent 24%),
    linear-gradient(180deg, var(--bg) 0%, #081321 45%, #0a1726 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(7,17,31,.72);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 250px; }
.brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  letter-spacing: -.04em;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(222,233,243,.16), rgba(61,84,108,.1));
}
.brand-mark::before,
.brand-mark::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); }
.brand-mark::before { inset: 7px; }
.brand-mark::after { inset: 13px; }
.brand-name { font-size: 13px; letter-spacing: .12em; font-weight: 700; }
.brand-sub { font-size: 10px; color: var(--muted-2); letter-spacing: .08em; text-transform: uppercase; }

.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: #d5dfeb; font-size: 13px; transition: color .2s ease; }
.nav-links a:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; color: #dce5ef; font-size: 12px; }
.lang-switch a { opacity: .72; }
.lang-switch a.active { opacity: 1; font-weight: 700; }
.menu-btn { display: none; border: 1px solid var(--line); background: transparent; color: white; width: 44px; height: 44px; border-radius: 12px; cursor: pointer; }

.hero { padding: 150px 0 110px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content:""; width: 7px; height: 7px; background: var(--accent-2); border-radius: 50%; box-shadow: 0 0 0 5px rgba(219,229,238,.08); }
.hero h1 { font-size: clamp(44px, 6vw, 78px); line-height: 1.02; letter-spacing: -.045em; margin: 24px 0; max-width: 750px; }
.hero h1 span { color: #c7d3df; }
.hero p.lead { color: #c1cede; max-width: 680px; font-size: 18px; line-height: 1.8; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 19px; border-radius: 12px; border: 1px solid transparent; font-size: 13px; font-weight: 650; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: #e8eef4; color: #0b1523; }
.btn-secondary { background: rgba(255,255,255,.04); border-color: var(--line); color: #e3eaf2; }
.hero-note { margin-top: 22px; font-size: 11px; color: var(--muted-2); max-width: 700px; }

.hero-card { position: relative; min-height: 490px; border-radius: 30px; border: 1px solid rgba(255,255,255,.10); background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.018)); box-shadow: var(--shadow); overflow: hidden; }
.hero-card::before { content:""; position:absolute; width: 340px; height:340px; border-radius: 50%; top: -100px; right: -80px; background: radial-gradient(circle, rgba(212,224,236,.2), transparent 68%); }
.hero-card::after { content:""; position:absolute; width: 460px; height: 460px; left: -250px; bottom: -300px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 55px rgba(255,255,255,.02), 0 0 0 110px rgba(255,255,255,.012); }
.card-inner { position: relative; z-index: 1; padding: 34px; height: 100%; display:flex; flex-direction:column; justify-content:space-between; }
.mini-label { color: var(--muted-2); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.hero-card h3 { font-size: 28px; line-height: 1.2; max-width: 370px; margin: 12px 0; }
.hero-card p { color: var(--muted); max-width: 390px; }
.signal-list { margin-top: 30px; display: grid; gap: 12px; }
.signal { display:flex; gap:12px; align-items:flex-start; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.09); }
.signal strong { font-size: 13px; display:block; }
.signal span { font-size: 12px; color: var(--muted-2); }
.signal-dot { width: 9px; height: 9px; border-radius: 50%; border: 1px solid #d8e3ed; margin-top: 6px; flex: 0 0 auto; }

.section { padding: 105px 0; }
.section.alt { background: rgba(255,255,255,.018); border-block: 1px solid rgba(255,255,255,.05); }
.section-head { max-width: 720px; margin-bottom: 48px; }
.kicker { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: #91a4b9; }
.section h2 { margin: 12px 0 14px; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -.04em; }
.section-head p { color: var(--muted); font-size: 16px; max-width: 720px; }

.intro-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: start; }
.body-copy { color: #c5d0dc; font-size: 16px; }
.body-copy p { margin: 0 0 18px; }
.quote-card { border:1px solid var(--line); border-radius: var(--radius); padding: 28px; background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); }
.quote-card blockquote { margin: 0; font-size: 24px; line-height: 1.35; letter-spacing: -.02em; color: #edf2f7; }
.quote-card .signature { margin-top: 22px; color: var(--muted-2); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.cards { display:grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.card { padding: 24px; border:1px solid var(--line); border-radius: 18px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.018)); min-height: 220px; }
.card-index { font-size: 11px; color: var(--muted-2); letter-spacing: .12em; }
.card h3 { font-size: 18px; margin: 26px 0 10px; }
.card p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.two-col { display:grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.panel { border: 1px solid var(--line); border-radius: 22px; padding: 30px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); }
.panel h3 { margin-top: 0; font-size: 24px; }
.panel p { color: var(--muted); font-size: 14px; }
.panel-list { display:grid; gap: 12px; margin-top: 22px; }
.panel-list div { display:flex; gap:12px; padding-top:12px; border-top:1px solid rgba(255,255,255,.08); color:#dbe4ed; font-size:13px; }
.panel-list span { color: var(--muted-2); min-width: 24px; font-size: 11px; }

.approach { display:grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.approach-item { padding: 26px; border:1px solid var(--line); border-radius: 18px; }
.approach-item h3 { margin: 18px 0 9px; font-size: 18px; }
.approach-item p { color: var(--muted); font-size: 13px; }


.network { display:grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items:center; }
.network-visual { min-height: 360px; border-radius: 26px; border:0; position:relative; overflow:hidden; background:#ffffff; display:flex; align-items:center; justify-content:center; }
.network-map { display:block; width:100%; height:auto; max-height:390px; object-fit:contain; filter: grayscale(100%); }
.network-copy { color: var(--muted); }
.network-copy p { margin: 0 0 18px; }

.cta { display:grid; grid-template-columns: 1fr auto; gap: 28px; align-items:center; padding: 34px; border-radius: 26px; border:1px solid rgba(255,255,255,.13); background: linear-gradient(145deg, rgba(223,233,242,.08), rgba(255,255,255,.02)); }
.cta h3 { margin:0 0 8px; font-size: 28px; }
.cta p { margin:0; color: var(--muted); max-width: 720px; }

.contact-grid { display:grid; grid-template-columns: .86fr 1.14fr; gap: 28px; }
.contact-info { display:grid; gap: 12px; align-content:start; }
.contact-box { padding: 22px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.02); }
.contact-box h3 { margin:0 0 7px; font-size:13px; color:#e6edf4; text-transform:uppercase; letter-spacing:.1em; }
.contact-box p { margin:0; color:var(--muted); font-size:14px; }
.form { padding: 28px; border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.025); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.field { display:flex; flex-direction:column; gap:7px; }
.field.full { grid-column:1 / -1; }
.field label { font-size:11px; color:#9fb1c3; letter-spacing:.08em; text-transform:uppercase; }
.field input, .field textarea, .field select { width:100%; border:1px solid rgba(255,255,255,.12); background:#091522; color:#edf2f7; border-radius:12px; padding: 13px 14px; outline:none; }
.field textarea { min-height:150px; resize:vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: rgba(220,231,241,.45); box-shadow:0 0 0 3px rgba(220,231,241,.05); }
.form-note { color:var(--muted-2); font-size:10px; margin-top: 12px; }

.legal { color: #9dadbe; font-size: 12px; max-width: 970px; }
.legal strong { color:#dce5ed; }

.footer { padding: 38px 0 46px; border-top:1px solid rgba(255,255,255,.07); }
.footer-grid { display:grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items:start; }
.footer p { color:var(--muted-2); font-size:11px; margin:8px 0 0; max-width: 650px; }
.footer-links { display:flex; justify-content:flex-end; gap:18px; font-size:11px; color:#8fa1b5; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:28px; padding-top:18px; border-top:1px solid rgba(255,255,255,.06); color:#718297; font-size:10px; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1080px) {
  .nav-links { display:none; }
  .menu-btn { display:block; }
  .nav.open .nav-links { display:flex; position:absolute; left:20px; right:20px; top:76px; padding:18px; flex-direction:column; align-items:flex-start; background:#091625; border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); }
  .hero-grid, .intro-grid, .network, .contact-grid { grid-template-columns:1fr; }
  .cards { grid-template-columns: repeat(2,1fr); }
  .approach { grid-template-columns: repeat(2,1fr); }
  .hero-card { min-height: 410px; }
}

@media (max-width: 700px) {
  .container { width:min(var(--max), calc(100% - 28px)); }
  .brand-sub { display:none; }
  .brand-name { font-size:11px; }
  .lang-switch { display:none; }
  .hero { padding: 130px 0 80px; }
  .hero h1 { font-size: 44px; }
  .hero p.lead { font-size: 16px; }
  .section { padding: 78px 0; }
  .cards, .approach, .two-col, .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .cta { grid-template-columns:1fr; }
  .footer-grid, .footer-bottom { grid-template-columns:1fr; display:grid; }
  .footer-links { justify-content:flex-start; flex-wrap:wrap; }
}

/* Light / white corporate version */
:root {
  --bg: #ffffff;
  --bg-2: #f7f9fb;
  --surface: #ffffff;
  --surface-2: #f5f7fa;
  --text: #17212b;
  --muted: #5e6b78;
  --muted-2: #7a8794;
  --line: rgba(23,33,43,.12);
  --accent: #52667a;
  --accent-2: #263746;
  --shadow: 0 20px 50px rgba(23,33,43,.09);
}

body {
  background: #ffffff;
  color: var(--text);
}

.header {
  background: rgba(255,255,255,.90);
  border-bottom: 1px solid rgba(23,33,43,.08);
  box-shadow: 0 6px 24px rgba(23,33,43,.04);
}

.brand-mark {
  border-color: rgba(23,33,43,.20);
  background: linear-gradient(145deg, #f5f7fa, #ffffff);
  color: #17212b;
}
.brand-mark::before,
.brand-mark::after { border-color: rgba(23,33,43,.13); }
.brand-sub { color: #7a8794; }
.brand-name { color: #17212b; }

.nav-links a { color: #40505f; }
.nav-links a:hover { color: #101820; }
.lang-switch { border-color: rgba(23,33,43,.12); color: #40505f; }
.menu-btn { border-color: rgba(23,33,43,.12); color: #17212b; }

.eyebrow { border-color: rgba(23,33,43,.12); color: #5e6b78; }
.eyebrow::before { background: #52667a; box-shadow: 0 0 0 5px rgba(82,102,122,.08); }
.hero h1 { color: #17212b; }
.hero h1 span { color: #52667a; }
.hero p.lead { color: #566575; }
.hero-note { color: #7a8794; }

.btn-primary { background: #17212b; color: #ffffff; }
.btn-secondary { background: #ffffff; border-color: rgba(23,33,43,.16); color: #253442; }

.hero-card {
  border-color: rgba(23,33,43,.10);
  background: linear-gradient(145deg, #ffffff, #f7f9fb);
  box-shadow: var(--shadow);
}
.hero-card::before { background: radial-gradient(circle, rgba(126,149,171,.13), transparent 68%); }
.hero-card::after { border-color: rgba(23,33,43,.07); box-shadow: 0 0 0 55px rgba(23,33,43,.018), 0 0 0 110px rgba(23,33,43,.010); }
.hero-card h3 { color: #17212b; }
.hero-card p { color: #5e6b78; }
.signal { border-top-color: rgba(23,33,43,.09); }
.signal strong { color: #253442; }
.signal span { color: #7a8794; }
.signal-dot { border-color: #52667a; }

.section.alt { background: #f7f9fb; border-block-color: rgba(23,33,43,.07); }
.kicker { color: #6b7a88; }
.section h2 { color: #17212b; }
.section-head p { color: #5e6b78; }
.body-copy { color: #4f5e6b; }
.quote-card { border-color: rgba(23,33,43,.10); background: linear-gradient(145deg, #ffffff, #f8fafc); }
.quote-card blockquote { color: #263746; }
.quote-card .signature { color: #7a8794; }

.card { border-color: rgba(23,33,43,.10); background: #ffffff; box-shadow: 0 12px 30px rgba(23,33,43,.035); }
.card-index { color: #7a8794; }
.card h3 { color: #253442; }
.card p { color: #667481; }

.panel { border-color: rgba(23,33,43,.10); background: #ffffff; box-shadow: 0 12px 30px rgba(23,33,43,.035); }
.panel h3 { color: #253442; }
.panel p { color: #667481; }
.panel-list div { border-top-color: rgba(23,33,43,.08); color: #40505f; }
.panel-list span { color: #7a8794; }

.approach-item { border-color: rgba(23,33,43,.10); background: #ffffff; }
.approach-item h3 { color: #253442; }
.approach-item p { color: #667481; }

.network-copy { color: #5e6b78; }

.cta { border-color: rgba(23,33,43,.10); background: linear-gradient(145deg, #f5f7fa, #ffffff); box-shadow: 0 12px 30px rgba(23,33,43,.035); }
.cta h3 { color: #17212b; }
.cta p { color: #667481; }

.contact-box { border-color: rgba(23,33,43,.10); background: #ffffff; }
.contact-box h3 { color: #40505f; }
.contact-box p { color: #667481; }
.form { border-color: rgba(23,33,43,.10); background: #ffffff; box-shadow: 0 12px 30px rgba(23,33,43,.035); }
.field label { color: #6b7a88; }
.field input, .field textarea, .field select { border-color: rgba(23,33,43,.13); background: #ffffff; color: #17212b; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: rgba(82,102,122,.45); box-shadow: 0 0 0 3px rgba(82,102,122,.07); }
.form-note { color: #7a8794; }

.legal { color: #6d7985; }
.legal strong { color: #354452; }
.footer { border-top-color: rgba(23,33,43,.08); }
.footer p { color: #7a8794; }
.footer-links { color: #6d7a87; }
.footer-bottom { border-top-color: rgba(23,33,43,.07); color: #8a96a1; }

@media (max-width: 1080px) {
  .nav.open .nav-links { background: #ffffff; border-color: rgba(23,33,43,.10); box-shadow: var(--shadow); }
}

/* Swiss flag brand mark */
.swiss-flag {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  background: #d52b1e;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 2px 10px rgba(213,43,30,.18);
  border: 1px solid rgba(0,0,0,.08);
}
.swiss-flag::before,
.swiss-flag::after {
  content: "";
  position: absolute;
  background: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1px;
}
.swiss-flag::before { width: 22px; height: 7px; }
.swiss-flag::after { width: 7px; height: 22px; }
@media (max-width: 700px) {
  .swiss-flag { width: 32px; height: 32px; flex-basis: 32px; border-radius: 4px; }
  .swiss-flag::before { width: 18px; height: 6px; }
  .swiss-flag::after { width: 6px; height: 18px; }
}


/* Netlify Forms anti-spam honeypot */
.form-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;}

/* Contact form inline success state */
.form button.form-success { opacity: 0.92; cursor: default; }
.form button:disabled { cursor: default; }
