/* ==========================================================================
   Sydo IT Services — redesign stylesheet  (v2: light / restrained)
   Layout & tone inspired by conseliauk.com + tremark.co.uk
   (clean, white, navy-led, flat colour, generous whitespace)
   Sydo "gem" palette used only as controlled accents.
   ========================================================================== */

:root {
  /* Brand accent palette (sampled from the Sydo logo facets) */
  --violet:  #5b2a86;
  --magenta: #d61f8c;
  --pink:    #e6007e;
  --gold:    #f6b800;
  --amber:   #f39200;
  --cyan:    #17a2d6;
  --blue:    #1e73be;

  /* Navy — the lead brand colour */
  --navy:      #0b2e52;
  --navy-deep: #072138;
  --navy-600:  #12406e;
  --navy-tint: #eef3f9;

  /* UI neutrals */
  --ink:      #14202e;   /* headings */
  --ink-soft: #47566a;   /* body text */
  --muted:    #7a879a;
  --line:     #e5e9f0;
  --bg:       #ffffff;
  --bg-alt:   #f6f8fb;   /* section tint */

  /* Thin signature accent (used sparingly — rules, underlines) */
  --grad: linear-gradient(90deg, var(--violet), var(--magenta) 40%, var(--amber) 75%, var(--cyan));

  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(11,46,82,.06), 0 6px 18px rgba(11,46,82,.06);
  --shadow-md: 0 14px 40px rgba(11,46,82,.10);
  --shadow-lg: 0 24px 60px rgba(11,46,82,.14);

  --container: 1180px;
  --font: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ---------- Reset-ish ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font); color: var(--ink-soft);
  background: var(--bg); line-height: 1.65; font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--navy-600); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.15; color: var(--ink); margin: 0 0 .5em; font-weight: 800; letter-spacing: -.02em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1rem; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding: clamp(56px, 8vw, 100px) 0; }
.section--alt { background: var(--bg-alt); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--navy-600); margin-bottom: 16px;
}
.eyebrow::before { content:""; width: 26px; height: 3px; border-radius: 3px; background: var(--grad); }
.section-head { max-width: 720px; margin-bottom: 52px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.lead { font-size: 1.16rem; color: var(--ink-soft); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5em; font-weight: 700; font-size: 1rem; line-height: 1;
  padding: 15px 26px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--primary { background: var(--navy); color: #fff; box-shadow: 0 8px 22px rgba(11,46,82,.24); }
.btn--primary:hover { background: var(--navy-deep); box-shadow: 0 12px 28px rgba(11,46,82,.30); }
.btn--ghost { background: #fff; border-color: var(--line); color: var(--navy); }
.btn--ghost:hover { border-color: var(--navy); }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: #f0f4f9; }
.btn--outline-light { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; }
.btn--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn--lg { padding: 18px 34px; font-size: 1.05rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9); backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header__bar { display: flex; align-items: center; gap: 24px; height: 78px; }
.brand img { height: 40px; width: auto; }
.nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav a { color: var(--ink); font-weight: 600; font-size: .98rem; }
.nav a:hover { color: var(--navy-600); text-decoration: none; }
.header-cta { display: flex; align-items: center; gap: 16px; }
.header-phone { font-weight: 800; color: var(--ink); white-space: nowrap; }
.header-phone:hover { color: var(--navy-600); text-decoration: none; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }

/* ---------- Hero (light) ---------- */
.hero { position: relative; overflow: hidden; background: var(--bg); border-bottom: 1px solid var(--line); }
.hero::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(48% 55% at 88% 8%, rgba(23,162,214,.10), transparent 60%),
    radial-gradient(42% 55% at 6% 96%, rgba(214,31,140,.07), transparent 60%);
}
.hero__inner { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 56px; align-items: center; padding: clamp(56px, 8vw, 104px) 0; }
.hero .lead { max-width: 44ch; }
.hero__triad { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 22px 0 30px; list-style: none; padding: 0; }
.hero__triad li { font-weight: 800; color: var(--navy); font-size: 1.1rem; display: inline-flex; align-items: center; }
.hero__triad li::before { content:""; width: 8px; height: 8px; border-radius: 50%; margin-right: 9px; }
.hero__triad li:nth-child(1)::before { background: var(--magenta); }
.hero__triad li:nth-child(2)::before { background: var(--cyan); }
.hero__triad li:nth-child(3)::before { background: var(--gold); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__note { margin-top: 22px; font-size: .95rem; color: var(--muted); }

/* Hero side card — headline metrics */
.hero-card { background:#fff; border: 1px solid var(--line); border-radius: 20px; padding: 30px; box-shadow: var(--shadow-md); }
.hero-card h3 { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; }
.hero-card__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.hero-stat .num { font-size: 2rem; font-weight: 800; color: var(--navy); line-height: 1; letter-spacing: -.02em; }
.hero-stat .num small { font-size: .95rem; font-weight: 700; color: var(--muted); margin-left: 2px; }
.hero-stat .lbl { font-size: .88rem; color: var(--ink-soft); margin-top: 5px; }
.hero-stat--stars .num { color: var(--gold); }

/* ---------- Accreditations (dark strip — suits silver/white badges) ---------- */
.accred { background: var(--navy-deep); color: #fff; position: relative; }
.accred::before { content:""; position:absolute; top:0; left:0; right:0; height:3px; background: var(--grad); }
.accred__row { display: flex; align-items: center; flex-wrap: wrap; gap: 22px 48px; padding: 30px 0; }
.accred__label { font-weight: 700; color: rgba(255,255,255,.55); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; line-height: 1.4; }
.accred__logos { display: flex; flex-wrap: wrap; gap: 26px 44px; align-items: center; margin-left: auto; }
.accred__badge { height: 56px; width: auto; display: block; }
.accred__name { font-weight: 800; color: #fff; font-size: 1.02rem; opacity: .92; white-space: nowrap; }
.accred__logo { height: 30px; width: auto; display: block; opacity: .92; }
.accred__logo-pair { display: inline-flex; align-items: center; gap: 9px; }
.accred__logo-pair span { font-weight: 800; color: #fff; font-size: 1.02rem; opacity: .92; }

/* ---------- Services ---------- */
.grid { display: grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px;
  box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #d7deea; }
.card__icon { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 20px; color: #fff; }
.card__icon svg { width: 26px; height: 26px; }
/* different gem facet per card — flat, tasteful */
.card:nth-child(1) .card__icon { background: var(--navy); }
.card:nth-child(2) .card__icon { background: var(--magenta); }
.card:nth-child(3) .card__icon { background: var(--cyan); }
.card:nth-child(4) .card__icon { background: var(--violet); }
.card:nth-child(5) .card__icon { background: var(--amber); }
.card:nth-child(6) .card__icon { background: var(--blue); }
.card h3 { margin-bottom: 8px; }
.card p { margin-bottom: 14px; font-size: .98rem; }
.card__link { font-weight: 700; color: var(--navy-600); font-size: .95rem; }
.card__link:hover { text-decoration: none; color: var(--magenta); }

/* ---------- Stat band (navy) ---------- */
.stats { background: var(--navy); color: #fff; position: relative; }
.stats::before { content:""; position:absolute; top:0; left:0; right:0; height:4px; background: var(--grad); }
.stats .eyebrow { color: var(--gold); }
.stats .eyebrow::before { background: var(--gold); }
.stats h2 { color: #fff; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat .num { font-size: clamp(2.2rem, 4vw, 3.1rem); font-weight: 800; line-height: 1; letter-spacing: -.03em; color: #fff; }
.stat .lbl { color: rgba(255,255,255,.78); font-weight: 600; margin-top: 8px; font-size: .96rem; }
.stats__foot { text-align: center; margin-top: 40px; color: rgba(255,255,255,.72); font-size: .95rem; }

/* ---------- Split / about ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.checklist { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 13px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; color: var(--ink); }
.checklist .tick { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; background: var(--navy); color:#fff; display: grid; place-items: center; font-size: 13px; margin-top: 1px; }
.media-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); background:#fff; }

/* ---------- Synet spotlight ---------- */
.synet__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.synet__panel {
  border-radius: 20px; padding: 44px 34px; color: #fff; text-align: center;
  background: linear-gradient(135deg, var(--cyan) 0%, var(--blue) 55%, var(--navy) 100%);
  box-shadow: var(--shadow-lg);
}
.synet__badge { font-size: 2.7rem; font-weight: 800; letter-spacing: -.03em; line-height: 1; color: #fff; }
.synet__badge span { display: block; font-size: 1rem; font-weight: 700; letter-spacing: .35em; text-transform: uppercase; color: rgba(255,255,255,.85); margin-top: 8px; }
.synet__stat { margin-top: 28px; }
.synet__stat .num { font-size: 1.5rem; font-weight: 800; color: #fff; }
.synet__stat .lbl { color: rgba(255,255,255,.85); font-size: .95rem; }
.synet__note { margin-top: 24px; font-size: .82rem; color: rgba(255,255,255,.7); }

/* ---------- Testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.quote .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; }
.quote p { color: var(--ink); font-size: 1.02rem; }
.quote .who { margin-top: 16px; font-weight: 800; color: var(--ink); }
.quote .who span { display:block; font-weight:600; color: var(--muted); font-size:.9rem; }

/* ---------- CTA band (navy) ---------- */
.cta { background: var(--navy); color:#fff; border-radius: 24px; padding: clamp(36px, 6vw, 64px); text-align: center; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.cta::before { content:""; position:absolute; top:0; left:0; right:0; height:4px; background: var(--grad); }
.cta h2 { color:#fff; }
.cta p { color: rgba(255,255,255,.86); max-width: 60ch; margin-inline:auto; }
.cta .btn { margin-top: 8px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; }
.contact-info { padding: 0; margin: 22px 0 0; }
.contact-info li { list-style: none; margin-bottom: 18px; }
.contact-info .k { font-weight: 800; color: var(--ink); }
.contact-info .v { color: var(--ink-soft); }
form.enquiry { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-md); }
.field { margin-bottom: 16px; }
.field label { display:block; font-weight:700; font-size:.9rem; margin-bottom:6px; color: var(--ink); }
.field input, .field textarea {
  width:100%; padding: 13px 15px; border:1.5px solid var(--line); border-radius: 12px;
  font: inherit; color: var(--ink); background:#fff; transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field textarea:focus { outline:none; border-color: var(--navy-600); box-shadow: 0 0 0 3px rgba(18,64,110,.14); }
.field textarea { min-height: 130px; resize: vertical; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-note { font-size:.85rem; color: var(--muted); margin-top: 10px; }
.form-status { margin-top:14px; font-weight:700; display:none; }
.form-status.ok { display:block; color: #1a8a4d; }
.form-status.err { display:block; color: #c0392b; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color:#9fb0c4; padding: 64px 0 28px; }
.footer-grid { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.site-footer img { height: 54px; margin-bottom: 16px; }
.site-footer h4 { color:#fff; font-size:.9rem; letter-spacing:.08em; text-transform:uppercase; margin-bottom:14px; }
.site-footer a { color:#9fb0c4; display:block; padding:4px 0; }
.site-footer a:hover { color:#fff; text-decoration:none; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:44px; padding-top:22px; display:flex; flex-wrap:wrap; gap:12px; justify-content:space-between; font-size:.88rem; }

/* ---------- Preview / draft banner ---------- */
.draft-banner { background: var(--navy); color:#fff; text-align:center; font-weight:700; font-size:.85rem; padding:7px 12px; letter-spacing:.02em; }
.draft-banner strong { color: var(--gold); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .split, .contact-grid, .synet__inner { grid-template-columns: 1fr; gap: 36px; }
  .grid--3, .quotes { grid-template-columns: 1fr 1fr; }
  .stats__grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .nav, .header-phone { display: none; }
  .nav-toggle { display: block; }
  .nav.open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    position: absolute; top: 78px; left: 0; right: 0; background:#fff;
    border-bottom:1px solid var(--line); padding: 14px 24px 20px; margin: 0;
  }
  .nav.open a { padding: 10px 0; width: 100%; border-bottom:1px solid var(--line); }
  .grid--3, .quotes, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .hero-card__grid { grid-template-columns: 1fr 1fr; }
}
