/* getfis.com — FIS marketing site
   Palette is taken from the FIS mark (#13325B) rather than chosen fresh.
   The one bold moment on the site is the quote card: a light document on dark
   ground, because a quote on letterhead is what the product actually makes. */

:root{
  /* ⚠ SAMPLED from the founder's own page, not chosen: the ground there measures
     #16294B, lifting slightly toward the top right. The first pass ran #101E34 with a
     near-black recess at #0A1526 — too dark, and the contrast against near-white
     headings was tiring over a long read. These are his values. */
  --ink:        #16294B;   /* the measured ground */
  --ink-deep:   #122241;   /* recess: a step down, NOT toward black */
  --ink-raise:  #1C3357;   /* inputs and fields */
  --rule:       #2b4a76;
  --rule-soft:  #223c63;
  --type:       #dbe4ef;   /* softened off pure white */
  --type-dim:   #9db1c8;
  --accent:     #5fa8e0;
  --paper:      #f6f4ef;
  --paper-ink:  #14202e;
  --paper-dim:  #5d6b7c;
  --paper-rule: #d8d4cb;
--wrap: 68rem;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0; color:var(--type);
  background:var(--ink);
  background-image:radial-gradient(120% 90% at 85% 0%, #1b3159 0%, #16294B 55%);
  background-attachment:fixed;
  font-family:Archivo,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:17px; line-height:1.6;
  font-synthesis-weight:none;
}
.mono{font-family:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 1.5rem}

/* ---------- masthead ---------- */
.mast{border-bottom:1px solid var(--rule-soft);position:sticky;top:0;z-index:20;
  background:#16294B;/* opaque and matched to the ground, or the page scrolls through it */}
.mast .wrap{display:flex;align-items:center;justify-content:space-between;
  gap:1rem;padding-top:1.1rem;padding-bottom:1.1rem}
.brand{display:flex;align-items:center;gap:.65rem;color:var(--type)}
.brand:hover{text-decoration:none}
.brand img{width:34px;height:34px;display:block;border-radius:8px;
  background:#1e3762;box-shadow:0 0 0 1px #2f5285;/* the mark is navy; without a
  lighter panel behind it, it sinks into the masthead */}
.brand b{font-weight:700;letter-spacing:.14em;font-size:1.02rem;display:block;line-height:1}
/* ⚠ The strapline is half the lockup and the masthead was dropping it. For a company
   nobody has heard of, the three words do more work than the three letters. */
.lockup{display:flex;flex-direction:column;gap:.18rem}
.lockup small{font-size:.58rem;letter-spacing:.17em;color:var(--type-dim);
  text-transform:uppercase;line-height:1;white-space:nowrap}
@media(max-width:560px){.lockup small{display:none}}
.nav{display:flex;gap:1.6rem;font-size:.94rem}
.nav a{color:var(--type-dim)}
.nav a:hover,.nav a[aria-current]{color:var(--type);text-decoration:none}
/* ⚠ An existing customer landing on the marketing site had nothing to click: the app
   is a different host and only someone who already knew could reach it. Set apart from
   the marketing links, because it is for people who are already paying. */
.nav .signin{color:var(--type);border:1px solid var(--rule);
  padding:.3rem .8rem;border-radius:3px;margin-left:.4rem}
.nav .signin:hover{border-color:var(--accent);color:var(--accent)}

/* ---------- type scale ---------- */
h1{
  font-size:clamp(2.2rem,5.4vw,3.6rem); line-height:1.08;
  letter-spacing:-.022em; font-weight:600; margin:0 0 1.1rem;
  color:#e8eef6;
  max-width:19ch;
}
h2{font-size:clamp(1.45rem,2.6vw,1.9rem);line-height:1.2;letter-spacing:-.015em;
  font-weight:600;margin:0 0 .9rem}
h3{font-size:1.06rem;font-weight:700;margin:0 0 .4rem;letter-spacing:-.005em}
p{margin:0 0 1rem;max-width:62ch}
.lede{font-size:1.14rem;color:var(--type-dim);max-width:56ch}

section{padding:4.2rem 0}
section+section{border-top:1px solid var(--rule-soft)}
.recess{background:var(--ink-deep)}

/* ---------- buttons ---------- */
.row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem}
.btn{
  display:inline-block;padding:.78rem 1.5rem;border-radius:3px;
  font-weight:600;font-size:.97rem;border:1px solid transparent;
}
.btn:hover{text-decoration:none}
.btn-solid{background:var(--accent);color:#06192c}
.btn-solid:hover{background:#6fb4e8}
.btn-line{border-color:var(--rule);color:var(--type)}
.btn-line:hover{border-color:var(--accent);color:var(--accent)}

/* ---------- the quote card: the one loud thing ---------- */
.quote-doc{
  background:var(--paper);color:var(--paper-ink);
  border-radius:2px;padding:1.6rem 1.7rem 1.4rem;
  box-shadow:0 22px 50px -18px rgba(0,0,0,.65);
  max-width:33rem;
}
.doc-head{display:flex;justify-content:space-between;align-items:baseline;
  border-bottom:2px solid var(--paper-ink);padding-bottom:.6rem;margin-bottom:.9rem}
.doc-co{font-weight:700;letter-spacing:.02em}
.doc-no{font-size:.8rem;color:var(--paper-dim)}
.lane{font-size:1.28rem;font-weight:500;letter-spacing:.01em;margin-bottom:.15rem}
.lane-meta{font-size:.8rem;color:var(--paper-dim);margin-bottom:1rem}
.doc-lines{width:100%;border-collapse:collapse;font-size:.88rem}
.doc-lines td{padding:.34rem 0;border-bottom:1px solid var(--paper-rule)}
.doc-lines td:last-child{text-align:right;font-family:"IBM Plex Mono",monospace}
.doc-total td{border-bottom:none;border-top:2px solid var(--paper-ink);
  padding-top:.6rem;font-weight:700}
.doc-foot{font-size:.76rem;color:var(--paper-dim);margin-top:.85rem}

.split{display:grid;grid-template-columns:1.05fr .95fr;gap:3.2rem;align-items:center}
@media(max-width:820px){.split{grid-template-columns:1fr;gap:2.4rem}}

/* ---------- plain feature list, no card kit ---------- */
.feats{display:grid;grid-template-columns:repeat(2,1fr);gap:2.2rem 2.6rem;margin-top:2.4rem}
.feats>div{border-top:1px solid var(--rule);padding-top:1rem}
.feats p{font-size:.95rem;color:var(--type-dim);margin:0}
@media(max-width:760px){.feats{grid-template-columns:1fr;gap:1.6rem}}

.note{color:var(--type-dim);font-size:.95rem}

/* ---------- pricing ---------- */
.price-figure{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap;
  margin:.4rem 0 .2rem}
.price-figure b{font-size:clamp(2.6rem,6vw,3.6rem);font-weight:700;letter-spacing:-.03em;line-height:1}
.price-figure span{color:var(--type-dim)}
.incl{list-style:none;padding:0;margin:1.4rem 0 0;max-width:34rem}
.incl li{padding:.55rem 0;border-bottom:1px solid var(--rule-soft);font-size:.96rem}

/* ---------- form ---------- */
form{max-width:34rem;margin-top:1.8rem}
label{display:block;font-size:.88rem;color:var(--type-dim);margin:1rem 0 .35rem}
input,select,textarea{
  width:100%;padding:.7rem .85rem;background:var(--ink-raise);
  border:1px solid var(--rule);border-radius:3px;color:var(--type);
  font:inherit;font-size:.97rem;
}
textarea{min-height:6.5rem;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:none}
.form-msg{margin-top:1rem;font-size:.95rem}
.form-msg.ok{color:#79d6a4}
.form-msg.bad{color:#f2a3a3}

/* ---------- foot ---------- */
footer{border-top:1px solid var(--rule-soft);padding:2.2rem 0;
  color:var(--type-dim);font-size:.88rem}
footer .wrap{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}

@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
