/* Sirmint Communications */
:root {
  --bg: #0b0f14;
  --card: #121820;
  --line: rgba(255,255,255,0.1);
  --text: #f2f4f7;
  --muted: #9aa3ad;
  --cyan: #00d4ff;
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --w: min(1040px, calc(100% - 40px));
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a { color: var(--cyan); text-decoration: none; }
a:hover { text-decoration: underline; }
.inner { width: var(--w); margin: 0 auto; }

.top {
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 40;
  background: rgba(11,15,20,0.92);
  backdrop-filter: blur(12px);
}
.top .inner {
  height: 60px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand {
  color: var(--text); font-weight: 700; font-size: 14px; letter-spacing: 0.06em;
  text-decoration: none; text-transform: uppercase;
}
.brand span { font-weight: 500; color: var(--muted); text-transform: none; letter-spacing: 0; margin-left: 6px; }
.top nav { display: flex; gap: 22px; flex-wrap: wrap; }
.top nav a {
  color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; text-decoration: none;
}
.top nav a:hover, .top nav a.active { color: var(--text); text-decoration: none; }
.top .btn {
  border: 1px solid var(--text); color: var(--text);
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 10px 14px; text-decoration: none; white-space: nowrap;
}
.top .btn:hover { background: var(--text); color: #000; text-decoration: none; }

.hero { padding: 72px 0 56px; }
.kicker, .section-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cyan); margin-bottom: 12px;
}
.hero h1 {
  font-size: clamp(1.9rem, 4.2vw, 2.9rem);
  line-height: 1.1; letter-spacing: -0.02em;
  max-width: 18ch; margin-bottom: 16px;
}
.lead { color: var(--muted); font-size: 1.05rem; max-width: 38rem; margin-bottom: 16px; }
.lead strong { color: var(--text); }
.partner-text {
  max-width: 36rem; margin: 0 0 24px; padding: 14px 16px;
  border-left: 2px solid var(--cyan); background: var(--card);
  font-size: 14px; color: var(--muted); line-height: 1.45;
}
.partner-text strong { color: var(--text); font-weight: 700; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.btn-solid {
  display: inline-block; background: #fff; color: #0b0f14;
  font-weight: 700; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 14px 20px; border: 2px solid #fff; text-decoration: none; cursor: pointer;
}
.btn-solid:hover { opacity: 0.9; text-decoration: none; }
.btn-line {
  display: inline-block; border: 2px solid rgba(255,255,255,0.4); color: #fff;
  font-weight: 700; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 14px 20px; text-decoration: none;
}
.btn-line:hover { border-color: #fff; text-decoration: none; }

main { flex: 1; }
.block { padding: 56px 0; border-top: 1px solid var(--line); }
.block.tint { background: #0e1319; }
.block h2 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: -0.02em; margin-bottom: 18px; max-width: 20ch;
}
.prose { color: var(--muted); font-size: 15px; max-width: 38rem; margin-bottom: 12px; }
.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.card {
  background: var(--card); border: 1px solid var(--line); padding: 20px; border-radius: 10px;
}
.card h3 { font-size: 14px; margin-bottom: 8px; }
.card p { font-size: 14px; color: var(--muted); }
.card a.more {
  display: inline-block; margin-top: 12px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--cyan); text-decoration: none;
}
.list { list-style: none; }
.list li {
  padding: 14px 0; border-top: 1px solid var(--line);
  font-size: 15px; color: var(--muted);
}
.list strong { color: var(--text); }
.split { display: grid; grid-template-columns: 1fr 1.2fr; gap: 32px; }
.split p { color: var(--muted); margin-bottom: 12px; font-size: 15px; }
.page-hero { padding: 56px 0 24px; }
.page-hero h1 {
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  letter-spacing: -0.02em; margin-bottom: 12px; max-width: 18ch;
}
.lead-sm { color: var(--muted); margin-bottom: 20px; max-width: 36rem; font-size: 15px; }

.form { max-width: 440px; }
label {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted); margin: 14px 0 6px;
}
input, textarea, select {
  width: 100%; background: transparent; border: 1px solid var(--line);
  color: var(--text); padding: 12px; font: inherit; border-radius: 0;
}
input:focus, textarea:focus, select:focus { outline: none; border-color: #fff; }
.form .btn-solid { margin-top: 16px; width: 100%; }
.form-msg { margin-top: 12px; font-size: 14px; display: none; }
.form-msg.ok { display: block; color: #3dffa8; }
.form-msg.err { display: block; color: #ff6b6b; }

.steps { list-style: none; margin-top: 8px; }
.steps li {
  display: grid; grid-template-columns: 40px 1fr; gap: 12px;
  padding: 16px 0; border-top: 1px solid var(--line);
}
.steps .n { font-size: 12px; font-weight: 700; color: var(--cyan); letter-spacing: 0.06em; }
.steps strong { display: block; color: var(--text); margin-bottom: 4px; font-size: 14px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.foot {
  border-top: 1px solid var(--line); padding: 36px 0 40px; font-size: 13px; color: var(--muted);
  margin-top: auto;
}
.foot-top {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; margin-bottom: 24px;
}
.foot strong { color: var(--text); display: block; margin-bottom: 6px; }
.foot-col p { font-size: 13px; max-width: 22rem; }
.foot-links { display: grid; grid-template-columns: repeat(2, auto); gap: 8px 28px; }
.foot-links a {
  color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em;
  font-weight: 600; text-decoration: none;
}
.foot-links a:hover { color: var(--text); }
.legal {
  font-size: 11px; line-height: 1.5; color: #6b7380; max-width: 52rem; margin-bottom: 16px;
}
.copy { font-size: 12px; color: #6b7380; }

@media (max-width: 800px) {
  .top nav { display: none; }
  .grid, .grid-3, .split { grid-template-columns: 1fr; }
  .hero h1, .page-hero h1 { max-width: none; }
}
