/* Softenex - static site v1 (2026-08-20).
 * Palette carried over from the original softenex.com stylesheet:
 * #005DAB brand blue (nav, links, step titles), #003466 body text,
 * #00AB78 green download CTAs, Arial, white ground, 8px radius. */
:root {
  --ink: #003466;
  --ink-soft: #003466;
  --muted: #66768c;
  --line: #d8dcdf;
  --bg: #ffffff;
  --bg-soft: #f4f4f4;
  --brand: #005dab;
  --brand-hover: #003466;
  --brand-soft: #eaf3fb;
  --cta: #00ab78;
  --cta-hover: #029265;
  --good: #00ab78;
  --good-soft: #e6f7f1;
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
}
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* header: white logo row + solid blue menu bar, like the original site */
header.site { background: #fff; }
header.site .top { display: flex; align-items: center; min-height: 62px; }
.logo { font-size: 24px; font-weight: 700; letter-spacing: -0.01em; color: var(--brand); text-decoration: none; }
.logo span { color: #003466; }
nav.main { background: var(--brand); }
nav.main .wrap { display: flex; gap: 32px; flex-wrap: wrap; align-items: center; min-height: 50px; }
nav.main a { color: #ffffff; text-decoration: none; font-size: 16px; font-weight: 600; white-space: nowrap; padding: 13px 0; }
nav.main a:hover { text-decoration: underline; }

/* generic */
h1 { font-size: 36px; line-height: 1.18; margin: 0 0 14px; color: #003466; }
h2 { font-size: 25px; line-height: 1.25; margin: 44px 0 12px; color: #003466; }
h3 { font-size: 18px; margin: 26px 0 8px; color: var(--brand); }
p { margin: 0 0 14px; }
ul, ol { margin: 0 0 16px; padding-left: 22px; }
li { margin-bottom: 7px; }
a { color: var(--brand); }
.muted { color: var(--muted); font-size: 14px; }
.section { padding: 44px 0; }
.section.alt { background: var(--bg-soft); }
.center { text-align: center; }
code { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 5px; padding: 1px 6px; font-size: 0.88em; }

/* hero */
.hero { padding: 46px 0 42px; }
.hero p.lead { font-size: 18px; max-width: 680px; line-height: 1.65; }

/* cards */
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.grid3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; }
@media (max-width: 800px) { .grid2, .grid3 { grid-template-columns: 1fr; } }
.card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px;
}
.card h3 { margin-top: 0; }
.card.product { border-top: 4px solid var(--brand); }

/* buttons: green download CTA as on the original site */
.btn {
  display: inline-block; background: var(--cta); color: #fff; text-decoration: none;
  font-weight: 600; font-size: 16px; padding: 13px 28px; border-radius: var(--radius);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.btn:hover { background: var(--cta-hover); }
.btn.wide {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 280px; font-size: 17px; padding: 16px 36px;
}
.btn.secondary {
  background: transparent; color: var(--brand); border: 1.5px solid var(--brand); box-shadow: none;
}
.btn.secondary:hover { background: var(--brand-soft); }
.btn-note { display: block; margin-top: 8px; font-size: 13px; color: var(--muted); }

/* steps */
.steps { counter-reset: step; list-style: none; padding: 0; }
.steps li {
  counter-increment: step; position: relative; padding-left: 44px; margin-bottom: 14px;
}
.steps li::before {
  content: counter(step); position: absolute; left: 0; top: 1px;
  width: 28px; height: 28px; border-radius: 50%; background: var(--brand);
  color: #fff; font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}

/* icon tiles for benefit blocks */
.ico{
  width:44px; height:44px; border-radius:10px; background:var(--brand-soft);
  display:flex; align-items:center; justify-content:center; color:var(--brand);
  margin-bottom:10px;
}
.ico svg{width:24px; height:24px}

/* app facts row (numbers from the official Outbyte landing) */
.facts{display:flex; flex-wrap:wrap; gap:10px 40px; margin:26px 0 0; padding:16px 0 0; border-top:1px solid var(--line)}
.facts div{font-size:14px; color:var(--muted)}
.facts b{display:block; font-size:20px; color:var(--ink); font-variant-numeric:tabular-nums}

/* trust strip under hero CTAs */
.trust{display:flex; flex-wrap:wrap; gap:8px 22px; list-style:none; padding:0; margin:18px 0 0; font-size:13.5px; color:var(--muted)}
.trust li::before{content:"\2713\00a0"; color:var(--cta); font-weight:700}

/* callouts */
.note {
  border: 1px solid var(--line); border-left: 4px solid var(--brand);
  background: var(--brand-soft); border-radius: var(--radius); padding: 14px 18px; margin: 0 0 18px;
}
.note.good { border-left-color: var(--good); background: var(--good-soft); }
.note p:last-child { margin-bottom: 0; }

/* pricing */
.price-box {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
  background: var(--bg);
}
.price-box .amount { font-size: 32px; font-weight: 700; color: #003466; }
.price-box .per { color: var(--muted); font-size: 14px; }

/* tables */
table { border-collapse: collapse; width: 100%; font-size: 15px; margin: 0 0 18px; }
th, td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); }

/* FAQ */
details {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 18px; margin-bottom: 10px;
  background: var(--bg);
}
details summary { cursor: pointer; font-weight: 600; color: var(--brand); }
details p { margin: 10px 0 0; }

/* footer: light, blue links, as on the original site */
footer.site { background: var(--bg-soft); border-top: 1px solid var(--line); color: var(--ink); margin-top: 60px; padding: 40px 0 30px; font-size: 14px; }
footer.site h4 { color: #003466; font-size: 14px; margin: 0 0 10px; }
footer.site a { color: var(--brand); text-decoration: none; }
footer.site a:hover { text-decoration: underline; }
footer.site ul { list-style: none; padding: 0; margin: 0; }
footer.site li { margin-bottom: 7px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px; }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
.foot-legal { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 18px; font-size: 12.5px; line-height: 1.7; color: var(--muted); }
.foot-legal p { color: var(--muted); }

/* breadcrumbs */
.crumbs { font-size: 13.5px; color: var(--muted); margin: 18px 0 0; }
.crumbs a { color: #003466; text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
