/*
 Webcharm Professional Blue
 Keep colour changes and spacing adjustments here rather than scattered through templates.
*/
:root {
  --navy: #071f44;
  --blue: #0d5fd8;
  --blue-dark: #084cae;
  --sky: #eaf4ff;
  --ink: #14213a;
  --muted: #596b82;
  --line: #dce6f2;
  --white: #ffffff;
  --warning: #ac2b19;
  --warning-bg: #fff0ed;
  --success: #147a4d;
  --radius: 18px;
  --shadow: 0 12px 36px rgba(4, 31, 70, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font: 16px/1.6 Arial, Helvetica, sans-serif; background: #fff; }
a { color: var(--blue-dark); }
a:hover { color: var(--navy); }
img { max-width: 100%; height: auto; }
.container { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.header-bar { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); font-weight: 800; letter-spacing: .01em; }
.brand-word { font-size: 1.45rem; }
.stripe-logo { width: 18px; height: 42px; flex: 0 0 auto; }
.nav { display: flex; gap: 20px; align-items: center; }
.nav a { text-decoration: none; color: var(--ink); font-weight: 700; font-size: .94rem; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--blue); }
.header-phone { display: inline-flex; align-items: center; white-space: nowrap; font-weight: 800; color: var(--navy); text-decoration: none; }
.mobile-toggle { display: none; background: transparent; border: 0; font: inherit; font-weight: 800; color: var(--navy); }
.hero { background: linear-gradient(120deg, var(--navy), #0a4ba5); color: #fff; padding: 78px 0 62px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 48px; align-items: center; }
.eyebrow { margin: 0 0 10px; color: #a9d3ff; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; font-weight: 800; }
h1, h2, h3 { line-height: 1.18; margin-top: 0; color: inherit; }
h1 { font-size: clamp(2.25rem, 5vw, 4.25rem); margin-bottom: 18px; letter-spacing: -.04em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); letter-spacing: -.025em; }
h3 { font-size: 1.15rem; }
.lead { font-size: 1.15rem; max-width: 680px; color: #e8f2ff; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 10px; border: 1px solid transparent; font-weight: 800; text-decoration: none; cursor: pointer; font: inherit; }
.button-primary { background: #fff; color: var(--navy); }
.button-primary:hover { background: #dfeeff; }
.button-secondary { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; }
.button-secondary:hover { background: rgba(255,255,255,.12); color: #fff; }
.button-blue { background: var(--blue); color: #fff; }.button-blue:hover { background: var(--blue-dark); color: #fff; }
.hero-panel { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.hero-panel h2 { color: var(--navy); font-size: 1.35rem; }
.quick-list { list-style: none; padding: 0; margin: 16px 0 0; }.quick-list li { padding: 9px 0; border-top: 1px solid var(--line); font-weight: 700; }
.section { padding: 68px 0; }.section-alt { background: #f6f9fe; }.section-intro { max-width: 730px; margin-bottom: 30px; }.section-intro p { color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: #fff; box-shadow: 0 4px 14px rgba(10, 55, 110, .05); }.card h3 { color: var(--navy); margin-bottom: 8px; }.card p { color: var(--muted); }
.icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--sky); color: var(--blue); font-size: 1.35rem; font-weight: 800; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.stat { padding: 20px; border-left: 4px solid #2aa5df; background: #fff; }.stat strong { display: block; color: var(--navy); font-size: 1.85rem; line-height: 1.1; }.stat span { color: var(--muted); }
.notice { border: 1px solid #f1c8c0; border-left: 5px solid var(--warning); background: var(--warning-bg); padding: 18px 20px; border-radius: 12px; margin: 24px 0; }.notice h2 { color: #7d2013; font-size: 1.25rem; margin-bottom: 5px; }.notice p { margin: 0; }
.quote { margin: 0; padding: 24px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }.quote p { font-size: 1.06rem; }.quote cite { color: var(--muted); font-style: normal; font-weight: 700; }
.site-footer { padding: 42px 0; background: var(--navy); color: #d6e7ff; }.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 30px; }.site-footer a { color: #fff; }.footer-title { color: #fff; font-weight: 800; margin-bottom: 8px; }.footer-small { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); font-size: .9rem; }
.page-hero { background: var(--sky); padding: 52px 0; }.page-hero h1 { color: var(--navy); font-size: clamp(2.1rem,4vw,3.2rem); margin-bottom: 10px; }.page-hero p { color: var(--muted); max-width: 720px; font-size: 1.08rem; }
.article-list { display: grid; gap: 16px; }.article-card { padding: 24px; border: 1px solid var(--line); border-radius: 15px; }.article-card h2 { color: var(--navy); font-size: 1.45rem; margin-bottom: 6px; }.article-meta { color: var(--muted); font-size: .9rem; }.badge { display:inline-block; padding: 3px 8px; border-radius: 999px; background: var(--sky); color: var(--blue-dark); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }.badge-warning { background:#ffe2dc; color:#9a2415; }
.form-grid { display: grid; gap: 16px; }.form-grid label { font-weight: 800; color: var(--navy); }.form-grid input, .form-grid textarea, .form-grid select { width: 100%; padding: 11px 12px; border: 1px solid #c8d6e7; border-radius: 9px; font: inherit; }.form-grid textarea { min-height: 160px; }.help { color: var(--muted); font-size: .9rem; }.flash { padding: 14px 16px; margin: 18px 0; border-radius: 10px; }.flash-success { background:#e8faef; color:#135e38; }.flash-error { background:#fff0ed; color:#842513; }
.admin-shell { min-height:100vh; background:#f4f7fb; }.admin-top { background:var(--navy); color:#fff; padding:16px 0; }.admin-top a { color:#fff; }.admin-main { padding:32px 0 58px; }.admin-nav { display:flex; gap:16px; flex-wrap:wrap; margin-top:10px; }.admin-nav a { text-decoration:none; font-weight:800; }.admin-card { background:#fff; border-radius:14px; padding:26px; box-shadow:0 8px 30px rgba(4,31,70,.08); }.table-wrap { overflow:auto; }.data-table { width:100%; border-collapse:collapse; }.data-table th,.data-table td { padding:12px 10px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; }.data-table th { color:var(--navy); font-size:.85rem; }.actions { display:flex; gap:8px; flex-wrap:wrap; }.button-small { padding:7px 10px; border-radius:7px; font-size:.86rem; }
@media (max-width: 850px) { .hero-grid, .footer-grid, .grid-3 { grid-template-columns: 1fr; }.stats { grid-template-columns:1fr; }.header-bar { flex-wrap:wrap; padding:12px 0; }.mobile-toggle { display:block; margin-left:auto; }.nav { display:none; width:100%; padding-bottom:8px; flex-wrap:wrap; }.nav.is-open { display:flex; }.header-phone { display:none; }.grid-2 { grid-template-columns:1fr; } }
@media (max-width: 480px) { .container { width:min(100% - 28px,1120px); }.hero { padding:54px 0 44px; }.section { padding:48px 0; }.card { padding:20px; } }

/* Remote assistance page -------------------------------------------------- */
/* Kept together so this page can be restyled without affecting other forms. */
.remote-page-hero { background: linear-gradient(120deg, #eaf4ff, #f7fbff); }
.page-eyebrow { color: var(--blue-dark); }
.remote-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 46px; align-items: start; }
.remote-copy h2 { color: var(--navy); max-width: 700px; }
.remote-copy > p { max-width: 720px; color: var(--muted); font-size: 1.06rem; }
.remote-safety { margin: 28px 0; padding: 20px 22px; background: var(--warning-bg); border-left: 5px solid var(--warning); border-radius: 10px; }
.remote-safety h3 { margin-bottom: 8px; color: #7d2013; }
.remote-safety p { margin: 0; color: #57231c; }
.steps-list { margin: 0; padding-left: 1.35rem; }
.steps-list li { margin: 10px 0; }
.support-connect-card { position: sticky; top: 104px; padding: 30px; border-color: #c6dcf7; box-shadow: var(--shadow); }
.support-connect-card h2 { color: var(--navy); font-size: 1.65rem; margin-bottom: 8px; }
.support-card-mark { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 12px; background: var(--sky); color: var(--blue); font-size: 1.5rem; font-weight: 800; }
.remote-connect-form { margin-top: 24px; }
.remote-connect-form input { font-size: 1rem; }
.remote-connect-form input[aria-invalid="true"] { border-color: var(--warning); box-shadow: 0 0 0 3px rgba(172,43,25,.12); }
.remote-connect-button { width: 100%; min-height: 48px; margin-top: 4px; }
.remote-form-error { margin: 0; padding: 10px 12px; border-radius: 8px; color: #842513; background: var(--warning-bg); }
.remote-provider-note { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
@media (max-width: 850px) { .remote-layout { grid-template-columns: 1fr; gap: 28px; } .support-connect-card { position: static; } }
