/* =========================================================
   swissmoney — financial software solutions
   Restructured stylesheet (extracted from the original design)
   ========================================================= */

/* ---------- Base ---------- */
* { box-sizing: border-box; }

body {
  margin: 0;
  background: #FFFFFF;
  color: #15161A;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: #E23528; }
a:hover { color: #B01F14; }

img { border-style: none; }

input:focus,
textarea:focus {
  outline: 2px solid #E23528;
  outline-offset: -1px;
}

.bold {
  font-weight: 700;
}

.simple-page .warn {
    margin-top: 18px;
    padding: 13px 16px;
    border-radius: 10px;
    background: rgba(226, 35, 26, 0.05);
    border: 1px solid rgba(226, 35, 26, 0.15);
    font-size: 13.5px;
    color: #B81910;
    line-height: 1.5;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #FFFFFF;
  border-bottom: 1px solid #EFEDE9;
}

.nav-inner {
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #15161A;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 11px;
}

.brand-wordmark {
  font-family: 'Archivo', sans-serif;
  font-size: 21px;
  letter-spacing: -0.3px;
  line-height: 1;
}
.brand-wordmark .w-light { font-weight: 500; }
.brand-wordmark .w-bold { font-weight: 700; }

.brand-logo-img { height: 32px; width: auto; display: block; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #15161A;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.nav-link:hover { border-bottom: 2px solid #E23528; color: #15161A; }
.nav-link--active { border-bottom: 2px solid #E23528; }

.btn {
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.btn--ghost {
  font-size: 13px;
  font-weight: 500;
  color: #6E6C68;
  border: 1px solid #DCDAD5;
  padding: 8px 14px;
}
.btn--ghost:hover { border-color: #15161A; color: #15161A; }

.btn--primary {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  background: #E23528;
  padding: 10px 20px;
  border: none;
}
.btn--primary:hover { background: #C42A1F; color: #FFFFFF; }

/* ---------- Hero ---------- */
.hero { overflow: hidden; }

.hero-grid {
  padding: 56px 24px 72px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  align-items: center;
}

.h1 {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 5.2vw, 58px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  margin: 0 0 24px;
}

.lead {
  font-size: 15.5px;
  line-height: 1.65;
  color: #4A4A48;
  max-width: 480px;
  margin: 0 0 32px;
}

.hero-art-wrap { min-width: 0; position: relative; }

.hero-art-bg {
  position: absolute;
  right: 96%;
  top: 60.8%;
  height: 35%;
  width: 60vw;
  background: #F6F5F3;
  border-radius: 0 0 0 170px;
}

.hero-art {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ---------- Section scaffolding ---------- */
.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px 64px;
}

.label-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
.label-dot {
  width: 11px;
  height: 11px;
  background: #E23528;
  display: inline-block;
}
.label-text {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  color: #E23528;
  letter-spacing: 1px;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
  align-items: center;
}

.section-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 3.4vw, 36px);
  letter-spacing: -0.6px;
  margin: 0 0 18px;
}

.body-text {
  font-size: 15px;
  line-height: 1.65;
  color: #4A4A48;
}
.body-text + .body-text { margin-top: 14px; }
.body-text.mt0 { margin: 0; }

.art { min-width: 0; }
.art img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.art--cycle img { max-width: 520px; }
.art--globe img { max-width: 500px; }

/* ---------- Feature grid ---------- */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 36px;
  margin-top: 64px;
}
.feature-icon {
  height: 48px;
  width: auto;
  display: block;
  margin-left: -6px;
}
.feature-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin: 12px 0 10px;
}
.feature-text {
  font-size: 14px;
  line-height: 1.6;
  color: #4A4A48;
  margin: 0;
}

/* ---------- Team ---------- */
.team {
  background: #F6F5F3;
  margin: 40px 0 0;
}
.team-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
  align-items: center;
}
.team-intro { margin: 0 0 28px; }
.team-roles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px 24px;
  max-width: 480px;
}
.role {
  display: flex;
  align-items: center;
  gap: 12px;
}
.role img { width: 30px; height: 30px; }
.role span {
  font-size: 14px;
  font-weight: 600;
}

/* ---------- Solutions ---------- */
.solutions { padding: 64px 24px 72px; }
.sol-wrap {
  border: 1px solid #E3E1DC;
  border-radius: 4px;
}
.sol-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  align-items: center;
  padding: clamp(28px, 4.5vw, 56px);
  border-bottom: 1px solid #E3E1DC;
}
.sol-row:last-child { border-bottom: none; }

.sol-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 2.6vw, 28px);
  letter-spacing: -0.4px;
  margin: 0 0 10px;
}
.sol-sub {
  font-size: 15px;
  font-weight: 600;
  color: #15161A;
  margin: 0 0 16px;
}
.sol-desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: #4A4A48;
  margin: 0 0 22px;
}
.checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
}
.check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.check img { width: 18px; height: 18px; }
.check span {
  font-size: 14px;
  color: #15161A;
}
.sol-art { min-width: 0; }
.sol-art img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.sol-art--exchange img { max-width: 360px; }
.sol-art--transfer img { max-width: 400px; }
.sol-art--banking img { max-width: 440px; }
.sol-art--cards img { max-width: 380px; }

/* ---------- Contact ---------- */
.contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 88px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 56px;
  align-items: start;
}
.contact-copy .label-row { margin-bottom: 22px; }
.contact-lead {
  font-size: 15px;
  line-height: 1.65;
  color: #4A4A48;
  margin: 0;
  max-width: 480px;
}

.form {
  background: #FFFFFF;
  border: 1px solid #15161A;
  border-radius: 4px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 520px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #15161A;
}
.input,
.textarea {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #15161A;
  border: 1px solid #D8D6D1;
  border-radius: 4px;
  padding: 11px 13px;
  background: #FDFDFC;
}
.textarea { resize: vertical; }

.form-submit {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  background: #E23528;
  border: none;
  border-radius: 4px;
  padding: 13px;
  cursor: pointer;
}
.form-submit:hover { background: #C42A1F; }

.form-success {
  background: #FFFFFF;
  border: 1px solid #15161A;
  border-radius: 4px;
  padding: 48px 32px;
  max-width: 520px;
  text-align: center;
}
.form-success svg { margin-bottom: 18px; }
.form-success h3 {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 10px;
}
.form-success p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #4A4A48;
  margin: 0 0 22px;
}
.form-reset {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #15161A;
  background: none;
  border: 1px solid #D8D6D1;
  border-radius: 4px;
  padding: 10px 18px;
  cursor: pointer;
}
.form-reset:hover { border-color: #15161A; }

.is-hidden { display: none !important; }

/* ---------- Footer ---------- */
.site-footer { background: #F6F5F3; }
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px 40px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.brand-logo-img--footer { height: 30px; }
.brand-wordmark--footer { font-size: 20px; }

.footer-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-link {
  font-size: 13.5px;
  font-weight: 500;
  color: #15161A;
  text-decoration: none;
}
.footer-link:hover { color: #E23528; }

.footer-legal-wrap {
  border-top: 1px solid #E3E1DC;
  margin-top: 32px;
  padding-top: 32px;
}
.footer-legal {
  font-size: 12.5px;
  color: #6E6C68;
  margin: 0;
}

/* ---------- Standalone page (previous clients) ---------- */
.simple-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 88px 24px 120px;
}
.simple-page h1 {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.4vw, 48px);
  letter-spacing: -1px;
  margin: 18px 0 20px;
}
.simple-page p {
  font-size: 15.5px;
  line-height: 1.65;
  color: #4A4A48;
  max-width: 560px;
  margin: 0 0 32px;
}

/* ---------- Former clients support form ---------- */
.support-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 56px;
  align-items: start;
}
.support-copy .section-title { margin-bottom: 14px; }
.notice-box {
  margin-top: 18px;
  padding: 13px 16px;
  background: #FDF2F1;
  border: 1px solid #F3D6D3;
  border-radius: 4px;
  color: #B01F14;
  font-size: 13.5px;
  line-height: 1.55;
  max-width: 480px;
}
