/* ============================================================
   beltonpartners.com - Microsoft / Fluent aligned theme, neutral pass.
   Loaded AFTER kit.css; overrides the Belton "Clear" tokens so the
   partner site reads like a Microsoft partner property: Segoe UI,
   white + Fluent neutral surfaces, soft elevation. Colour is used
   SPARINGLY - communication blue appears only on primary CTAs, text
   links and form focus. Every decorative accent (labels, icons,
   numerals, rules, chevrons) is neutral grey/ink.
   ============================================================ */
:root{
  /* Fluent neutrals: white-dominant, calm */
  --paper:#ffffff; --paper2:#faf9f8; --card:#ffffff;
  --ink:#1b1a19; --ink2:#484644; --mute:#605e5c;

  /* kit accents route through --red: NEUTRAL by default.
     --red-deep stays link-blue because pages use it for text links. */
  --red:#323130; --red-deep:#106ebe; --red-bar:#1b1a19;
  --redwash:rgba(0,0,0,.045);

  --line:rgba(0,0,0,.09); --line2:rgba(0,0,0,.16);
  --warm-text:rgba(255,255,255,.95); --warm-mute:rgba(255,255,255,.66);

  /* communication blue, reserved for actions */
  --blue:#0078d4; --blue-deep:#106ebe; --bluewash:rgba(0,120,212,.08);

  /* Segoe UI everywhere (system font, license-safe) */
  --body:"Segoe UI","Segoe UI Variable Text",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;
  --disp:"Segoe UI Semibold","Segoe UI Variable Display","Segoe UI",system-ui,-apple-system,Arial,sans-serif;
  --mono:"Segoe UI","Segoe UI Variable Text",system-ui,-apple-system,Arial,sans-serif;

  --ms-radius:4px;
}

/* on dark surfaces the neutral accent becomes soft white so hairlines,
   labels and units stay visible (never colourful) */
.section.dark,.cta-band,.ph-hero,.inner-hero,.svc-cta,.mega-feat,
header,.topbar,footer.site,.mobnav{
  --red:rgba(255,255,255,.55); --redwash:rgba(255,255,255,.08);
}

/* drop the warm paper-grain texture (un-Microsoft) */
.paper-grain{display:none!important}
body{letter-spacing:normal}
::selection{background:var(--blue);color:#fff}

/* Fluent: lighter, cleaner heading weights */
h1,h2,h3,h4,.sec-h2,.f-h,.cc-h,.sell-way h4,.msp-punch{font-weight:600;letter-spacing:-.01em}
.ph-hero h1{font-weight:600;letter-spacing:-.015em}
/* labels: clean Segoe semibold, keep the tracked-uppercase rhythm */
.eyebrow,.sec-no,.f-n,.sec-tag,.proof-item span,.wk,.topbar,.cta-pill,nav.mainnav,.hlink,.tag-pill{font-weight:600}

/* Fluent corners */
.fcell,.sell-way,.svc-card,.svc-cta,.form-msg,.cinfo .ci,.tag-pill,
.btn,.cta-pill,.hlink,input,select,textarea{border-radius:var(--ms-radius)}

/* Fluent depth: soft elevation on surfaces */
.fcell,.sell-way,.svc-card{box-shadow:0 1.6px 3.6px rgba(0,0,0,.10),0 .3px .9px rgba(0,0,0,.07);
  transition:box-shadow .2s ease,transform .2s ease,background .25s ease,color .25s ease}
.fcell:hover,.sell-way:hover{box-shadow:0 6px 16px rgba(0,0,0,.13),0 1.2px 4px rgba(0,0,0,.08);transform:translateY(-2px)}
header{box-shadow:0 1px 0 rgba(0,0,0,.05),0 2px 10px rgba(0,0,0,.16)}

/* nav underline + header CTA: the one blue action in the header */
nav.mainnav a::after{background:#fff}
.cta-pill{background:var(--blue);color:#fff}
.cta-pill:hover{background:var(--blue-deep);color:#fff}

/* Fluent primary button: solid blue, darken on hover (not invert-to-white) */
.btn{border:1px solid transparent}
.btn--solid{background:var(--blue);border-color:var(--blue);color:#fff}
.btn--solid:hover{background:var(--blue-deep);border-color:var(--blue-deep);color:#fff}
.btn--solid .chev,.btn--solid:hover .chev{color:#fff}
.btn--line{border-color:var(--line2);color:var(--ink)}
.btn--line .chev{color:currentColor}
.btn--line:hover{background:#f3f2f1;border-color:var(--ink);color:var(--ink)}
.mobnav-cta{background:var(--blue)!important;color:#fff!important}

/* Fluent form fields: focus is functional blue */
input,select,textarea{border:1px solid var(--line2);background:#fff;accent-color:var(--blue)}
input:focus,select:focus,textarea:focus{outline:2px solid var(--blue);outline-offset:-1px;border-color:var(--blue)}

/* ============================================================
   "Normal Microsoft" body pass - calm the startup/landing tells:
   no decorative section numbers, no italic or coloured accent words,
   no right-floating uppercase tags, muted category labels, neutral
   icon tiles, and cards that lift softly (never invert to black).
   ============================================================ */

/* 1. drop the decorative section numbers + right-floating tags */
.sec-no,.sec-tag{display:none}

/* 2. section heading: one solid colour, no italic gimmick, no rule line */
.sec-head{display:block;border-bottom:0;padding-bottom:0;margin-bottom:6px}
.sec-h2{font-size:clamp(1.55rem,2.6vw,2.15rem);letter-spacing:-.015em;min-width:0}
.sec-h2 .it,.cta-band h2 .mark,.msp-punch .mark,h1 .mark,.ph-hero h1 .mark{font-style:normal;color:inherit}

/* 3. category labels (eyebrow / card kicker): subtle grey, gentle tracking */
.eyebrow{color:var(--mute);font-size:.72rem;letter-spacing:.06em;margin-bottom:14px}
.eyebrow::before{display:none}
.section.dark .eyebrow{color:var(--warm-mute)}
.f-n,.wk{color:var(--mute);letter-spacing:.05em;font-size:.7rem}
.fcell:hover .f-n{color:var(--ink)}

/* 4. lead paragraph: standard Microsoft body scale */
.lead-p{font-size:1.05rem;color:var(--ink2);max-width:44em;line-height:1.65}

/* 5. cards: Fluent surface that lifts on hover - never invert to black */
.fcell{background:#fff;border:1px solid var(--line);padding:30px 28px}
.fcell:hover{background:#fff;color:inherit}
.fcell:hover .f-h{color:var(--ink)}
.fcell:hover .f-d{color:var(--ink2)}
.section.dark .fcell .f-h{color:var(--ink)}
.section.dark .fcell .f-d{color:var(--ink2)}

/* 6. icon: neutral Fluent tile holding a line icon (no colour) */
.f-ico{width:46px;height:46px;border:0;border-radius:10px;background:#f3f2f1;
  color:#323130;margin-bottom:20px}
.fcell:hover .f-ico{border:0;background:#edebe9;color:var(--ink)}
.f-ico svg{width:23px;height:23px;display:block}

/* cards in a .grid: separate Fluent cards with a gap, not a divided table */
.grid{background:transparent;border:0;gap:20px;margin-top:24px}

/* reward line: calm grey, sentence rhythm */
.reward{text-transform:none;letter-spacing:normal;color:var(--mute);font-size:.85rem;font-weight:400}
.reward span{color:var(--ink)}
.apply-note{color:var(--mute)}

/* sell-way + step: same calm, elevated surface; neutral left rule */
.sell-way{box-shadow:0 1.6px 3.6px rgba(0,0,0,.10),0 .3px .9px rgba(0,0,0,.07)}
.steps{border:0;background:transparent;gap:20px}
.step{border:1px solid var(--line);border-radius:var(--ms-radius);
  box-shadow:0 1.6px 3.6px rgba(0,0,0,.10),0 .3px .9px rgba(0,0,0,.07)}
.step .s-n{-webkit-text-stroke:0;color:var(--ink);font-size:1.05rem;font-weight:600;
  width:32px;height:32px;display:flex;align-items:center;justify-content:center;
  background:#f3f2f1;border-radius:8px}

/* stats + quotes: neutral numerals and marks */
.stat .n .u{color:var(--warm-mute)}
.prose blockquote{border-left:3px solid var(--line2);color:var(--ink)}
.prose a{color:var(--blue-deep)}

/* kit glows: neutral white light instead of brand red */
.inner-hero::before,.cta-band::before,.mega-feat::after{
  background:radial-gradient(closest-side,rgba(255,255,255,.06),transparent 70%)}

/* dark-surface labels that routed through --red read as soft white */
.section.dark .eyebrow::before{background:rgba(255,255,255,.4)}
footer.site .fcol h4{color:rgba(255,255,255,.55)}
footer.site .fcol a:hover{color:#fff}
.crumb .sep{color:rgba(255,255,255,.45)}
