:root {
  --ink: #17243b;
  --muted: #5e6a79;
  --paper: #fffdf8;
  --white: #ffffff;
  --powder: #eaf2f8;
  --powder-2: #f4f7fa;
  --blue: #235f7b;
  --blue-dark: #17485f;
  --amber: #e7a93d;
  --amber-soft: #fbefd8;
  --line: #d5e0e8;
  --shadow: 0 24px 70px rgba(23, 36, 59, .12);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--ink); color: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid rgba(35, 95, 123, .12);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 1.12rem; letter-spacing: -.02em; }
.brand img { width: 31px; height: 44px; object-fit: contain; }
.brand strong { color: var(--blue); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #354154; text-decoration: none; font-size: .92rem; font-weight: 600; }
.site-nav a:not(.nav-cta):hover, .site-nav a.active { color: var(--blue); }
.site-nav .nav-cta { color: white; background: var(--blue); padding: 11px 18px; border-radius: 999px; }
.site-nav .nav-cta:hover { background: var(--blue-dark); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { overflow: hidden; background: var(--powder); }
.home-hero { padding: 92px 0 80px; }
.product-hero { padding: 88px 0 74px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(460px, .97fr); gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; margin: 0 9px 3px 0; background: var(--amber); }
.eyebrow.light { color: #c9e3ef; }
.eyebrow.centred { display: flex; align-items: center; justify-content: center; }
.hero h1, .section-heading h2, .feature-copy h2, .contact-copy h2, .qualification-copy h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: .98;
}
.hero h1 { max-width: 720px; font-size: clamp(3.8rem, 6vw, 6.35rem); }
.product-hero h1 { font-size: clamp(3.4rem, 5.5vw, 5.7rem); }
.hero h1 em { color: var(--blue); font-style: italic; font-weight: 500; }
.hero-lede { max-width: 670px; margin: 26px 0 0; color: #4b596b; font-size: 1.19rem; line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 700; cursor: pointer; }
.button-primary { color: white; background: var(--blue); }
.button-primary:hover { background: var(--blue-dark); transform: translateY(-1px); }
.button-secondary { color: var(--ink); background: rgba(255,255,255,.72); border-color: #bfd0dc; }
.button-secondary:hover { border-color: var(--blue); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 28px 0 0; padding: 0; list-style: none; color: #536175; font-size: .86rem; }
.hero-notes li::before { content: "✓"; margin-right: 7px; color: var(--blue); font-weight: 800; }
.pilot-note { margin: 24px 0 0; color: #596678; font-size: .9rem; }

.reception-desk { position: relative; padding: 24px; background: white; border: 1px solid rgba(35,95,123,.14); border-radius: 30px; box-shadow: var(--shadow); transform: rotate(1deg); }
.desk-top, .lead-heading, .summary-card, .sheet-head, .sheet-head > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.desk-top strong { display: block; font-size: 1.08rem; }
.desk-kicker { display: block; color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
.live-pill { padding: 7px 11px; border-radius: 999px; color: #2a6a52; background: #e9f5ee; font-size: .74rem; font-weight: 700; }
.live-pill i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; background: #45a278; border-radius: 50%; }
.channel-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin: 20px 0; }
.channel { padding: 9px 4px; text-align: center; color: #657181; background: #f4f7f9; border-radius: 10px; font-size: .69rem; font-weight: 600; }
.channel b { display: block; color: var(--blue); font-size: 1rem; }
.channel.active { color: var(--blue-dark); background: #e2eef4; }
.lead-card { display: flex; gap: 13px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; }
.lead-avatar { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; color: white; background: var(--blue); border-radius: 50%; font-weight: 700; }
.lead-avatar.amber { color: var(--ink); background: var(--amber-soft); }
.lead-main { min-width: 0; }
.lead-heading span { color: #916212; background: var(--amber-soft); padding: 4px 8px; border-radius: 999px; font-size: .64rem; font-weight: 700; text-transform: uppercase; }
.lead-main p { margin: 8px 0 10px; color: #4d5969; font-size: .82rem; line-height: 1.5; }
.captured { display: flex; flex-wrap: wrap; gap: 5px; }
.captured span { padding: 4px 7px; color: #536172; background: #f2f5f7; border-radius: 6px; font-size: .64rem; }
.conversation { margin: 16px 0; }
.bubble { max-width: 82%; margin: 7px 0; padding: 9px 12px; border-radius: 12px; font-size: .75rem; line-height: 1.45; }
.bubble.customer { margin-left: auto; background: var(--blue); color: white; border-bottom-right-radius: 3px; }
.bubble.agent { background: var(--powder-2); border-bottom-left-radius: 3px; }
.summary-card { justify-content: flex-start; padding: 12px; background: var(--amber-soft); border-radius: 14px; }
.summary-icon { display: grid; place-items: center; flex: 0 0 30px; height: 30px; background: white; border-radius: 50%; color: #8c641c; font-weight: 800; }
.summary-card strong, .summary-card small { display: block; }
.summary-card strong { font-size: .77rem; }
.summary-card small { color: #6c604d; font-size: .65rem; }

.channel-stage { position: relative; min-height: 510px; }
.stage-centre { position: absolute; inset: 50% auto auto 50%; z-index: 2; width: 190px; min-height: 190px; padding: 32px 18px; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: white; border-radius: 50%; box-shadow: var(--shadow); }
.stage-logo { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 10px; color: white; background: var(--blue); border-radius: 16px; font-family: "Newsreader", serif; font-size: 2rem; }
.stage-centre small, .orbit small { display: block; color: var(--muted); font-size: .72rem; }
.orbit { position: absolute; width: 154px; min-height: 126px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 45px rgba(23,36,59,.09); }
.orbit > span { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 10px; color: var(--blue); background: var(--powder); border-radius: 10px; font-weight: 700; }
.orbit strong { display: block; }
.orbit-phone { left: 5%; top: 5%; }
.orbit-sms { right: 3%; top: 12%; }
.orbit-whatsapp { left: 8%; bottom: 4%; }
.orbit-email { right: 5%; bottom: 1%; }
.channel-stage::before, .channel-stage::after { content: ""; position: absolute; inset: 12%; border: 1px dashed #b4cbd8; border-radius: 50%; }
.channel-stage::after { inset: 27%; }

.trust-strip { background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid.four { grid-template-columns: repeat(4, 1fr); }
.trust-grid p { margin: 0; padding: 24px 30px; border-right: 1px solid var(--line); }
.trust-grid p:first-child { padding-left: 0; }
.trust-grid p:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-family: "Newsreader", serif; font-size: 1.12rem; }
.trust-grid span { color: var(--muted); font-size: .78rem; }

.section { padding: 110px 0; }
.soft-section { background: var(--powder-2); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2, .feature-copy h2, .contact-copy h2, .qualification-copy h2 { font-size: clamp(2.75rem, 4.5vw, 4.65rem); }
.section-heading > p:not(.eyebrow), .split-heading > p { color: var(--muted); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.split-heading > p { margin: 0 0 5px; font-size: 1.05rem; }
.centred { margin-inline: auto; text-align: center; }
.centred > p:not(.eyebrow) { max-width: 690px; margin-inline: auto; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { min-height: 290px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(23,36,59,.08); }
.card-number { color: #9b6c19; font-size: .8rem; font-weight: 700; }
.benefit-card h3, .problem-card h3, .channel-card h3, .step h3, .workflow-step h3, .guardrails h3 { margin: 58px 0 12px; font-family: "Newsreader", serif; font-size: 1.7rem; line-height: 1.1; }
.benefit-card p, .problem-card p, .channel-card p, .step p, .workflow-step p, .guardrails p { margin: 0; color: var(--muted); font-size: .92rem; }

.product-feature { color: white; background: var(--blue-dark); }
.feature-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.feature-copy > p:not(.eyebrow) { color: #c7dbe4; }
.tick-list { display: grid; gap: 12px; margin: 30px 0; padding: 0; list-style: none; }
.tick-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 10px; color: var(--ink); background: var(--amber); border-radius: 50%; font-size: .75rem; font-weight: 800; }
.tick-list.dark li::before { color: white; background: var(--blue); }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.feature-note { position: relative; padding: 46px; color: var(--ink); background: var(--paper); border-radius: 30px 30px 30px 6px; }
.quote-mark { position: absolute; top: 16px; right: 28px; color: var(--amber); font-family: "Newsreader", serif; font-size: 5rem; line-height: 1; }
.feature-note blockquote { position: relative; margin: 0 0 24px; font-family: "Newsreader", serif; font-size: 2rem; line-height: 1.18; }
.feature-note p { margin: 0; color: var(--muted); font-size: .9rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { padding: 30px; border-top: 2px solid var(--ink); }
.step > span { display: grid; place-items: center; width: 40px; height: 40px; color: var(--ink); background: var(--amber-soft); border-radius: 50%; font-weight: 700; }
.step h3 { margin: 25px 0 10px; }

/* Synagen product and service portfolio */
.portfolio-section { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.portfolio-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 42px rgba(23,36,59,.06); }
.portfolio-card.featured-card { border-color: #abc6d5; }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.product-mark { color: #8b641e; font-size: .75rem; font-weight: 700; }
.status-badge { padding: 6px 10px; border-radius: 999px; font-size: .64rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.status-badge.development { color: #765313; background: var(--amber-soft); }
.status-badge.suspended { color: #765313; background: #f7ecd9; }
.status-badge.available { color: #2a684f; background: #e6f3eb; }
.portfolio-card h3 { margin: 26px 0 10px; font-family: "Newsreader", Georgia, serif; font-size: 2rem; line-height: 1.05; }
.portfolio-card > p { margin: 0 0 18px; color: var(--muted); font-size: .91rem; }
.card-points { display: grid; gap: 7px; margin: 0 0 24px; padding: 0; color: #4e5a6a; list-style: none; font-size: .8rem; }
.card-points li::before { content: "✓"; margin-right: 7px; color: var(--blue); font-weight: 800; }
.card-link { width: fit-content; margin-top: auto; color: var(--blue); font-weight: 700; text-decoration: underline; text-decoration-color: #a9c3d1; text-underline-offset: 5px; }
.card-link:hover { color: var(--blue-dark); text-decoration-color: var(--blue-dark); }
.card-actions { display: grid; gap: 10px; margin-top: auto; }
.quiet-link { width: fit-content; color: var(--muted); font-size: .78rem; text-underline-offset: 4px; }
.availability-note { padding: 12px; color: #6c5d45 !important; background: #fbf4e7; border-radius: 10px; font-size: .76rem !important; }
.card-visual, .booking-preview, .chat-preview { min-height: 165px; padding: 18px; background: var(--powder-2); border-radius: 17px; }
.receptionist-visual { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; align-items: start; }
.receptionist-visual > span { display: grid; place-items: center; height: 38px; color: var(--blue); background: white; border-radius: 9px; font-weight: 700; }
.receptionist-visual > div { grid-column: 1 / -1; padding: 14px; background: white; border-left: 4px solid var(--amber); border-radius: 10px; }
.receptionist-visual b, .receptionist-visual small { display: block; }
.receptionist-visual small { color: var(--muted); font-size: .67rem; }
.calendar-head { display: flex; justify-content: space-between; color: var(--blue); font-size: .72rem; font-weight: 700; }
.calendar-days, .time-slots { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; margin-top: 18px; text-align: center; }
.calendar-days i { color: var(--muted); font-size: .66rem; font-style: normal; }
.time-slots { grid-template-columns: repeat(3, 1fr); }
.time-slots span { padding: 8px 3px; color: #516071; background: white; border-radius: 7px; font-size: .65rem; }
.time-slots span.selected { color: white; background: var(--blue); }
.chat-preview { display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.chat-preview p { width: fit-content; max-width: 88%; margin: 0; padding: 9px 12px; background: white; border-radius: 12px 12px 12px 3px; font-size: .72rem; }
.chat-preview p:nth-child(2) { align-self: flex-end; color: white; background: var(--blue); border-radius: 12px 12px 3px 12px; }
.chat-preview span { margin-top: 5px; color: var(--muted); font-size: .64rem; text-align: center; }

.service-portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-portfolio-card { display: grid; grid-template-columns: 70px 1fr; gap: 22px; min-height: 255px; padding: 34px; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-symbol { display: grid; place-items: center; width: 56px; height: 56px; color: var(--blue); background: var(--powder); border-radius: 15px; font-size: .83rem; font-weight: 700; }
.service-portfolio-card h3 { margin: 3px 0 10px; font-family: "Newsreader", Georgia, serif; font-size: 1.65rem; line-height: 1.1; }
.service-portfolio-card p { margin: 0 0 18px; color: var(--muted); font-size: .87rem; }
.service-portfolio-card a { color: var(--blue); font-weight: 700; text-underline-offset: 4px; }
.mini-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 20px !important; }
.mini-links a { font-size: .8rem; }
.approach-section { background: white; }
.consultancy-banner .feature-copy .text-link { display: inline-block; margin-top: 26px; }
.footer-bottom a { color: inherit; }

.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.problem-card > span { color: var(--blue); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.problem-card h3 { margin: 64px 0 12px; }
.channel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.channel-card { min-height: 310px; padding: 26px; background: white; border-radius: 20px; border: 1px solid var(--line); }
.channel-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--blue); background: var(--powder); border-radius: 14px; font-weight: 700; }
.channel-card h3 { margin: 38px 0 10px; }
.channel-card small { display: block; margin-top: 18px; color: #7a6951; font-size: .72rem; }

.qualification-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.qualification-copy > p:not(.eyebrow) { color: var(--muted); }
.lead-sheet { padding: 32px; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.sheet-head { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.sheet-head p { margin: 0; }
.sheet-head strong, .sheet-head small { display: block; }
.sheet-head small { color: var(--muted); }
.priority { color: #8c5c0c; background: var(--amber-soft); padding: 8px 12px; border-radius: 999px; font-size: .72rem; font-weight: 700; }
.lead-sheet dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 18px 0; }
.lead-sheet dl div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.lead-sheet dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.lead-sheet dd { margin: 3px 0 0; font-weight: 600; }
.sheet-summary { padding: 18px; background: var(--powder-2); border-radius: 15px; }
.sheet-summary span { color: var(--blue); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.sheet-summary p { margin: 5px 0 0; font-size: .86rem; }

.section-heading.light h2, .section-heading.light > p { color: white; }
.workflow { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.workflow-step { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 36px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.workflow-step > span { color: var(--amber); font-size: .78rem; font-weight: 700; }
.workflow-step h3 { margin: 0 0 8px; color: white; }
.workflow-step p { color: #c7dbe4; }

.guardrail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.guardrails { border-top: 1px solid var(--line); }
.guardrails article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.guardrails article > span { color: #987023; font-size: .74rem; font-weight: 700; }
.guardrails h3 { margin: 0 0 5px; font-size: 1.3rem; }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.faq-list { border-top: 1px solid #bdccd5; }
.faq-list details { border-bottom: 1px solid #bdccd5; }
.faq-list summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; list-style: none; font-family: "Newsreader", serif; font-size: 1.28rem; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 17px; color: var(--blue); font-family: "DM Sans", sans-serif; font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { margin: 0; padding: 0 45px 24px 0; color: var(--muted); }

.contact-section { background: var(--powder); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-details { display: grid; gap: 7px; margin-top: 32px; color: var(--blue); font-weight: 600; }
.contact-details a { width: fit-content; text-decoration: none; }
.contact-details span { color: var(--muted); font-weight: 400; }
.contact-form { padding: 34px; background: white; border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 22px 55px rgba(23,36,59,.08); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 17px; color: #3d495b; font-size: .82rem; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fbfcfd; border: 1px solid #cbd8e0; border-radius: 10px; outline: 0; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(35,95,123,.12); }
.contact-form button:disabled { opacity: .65; cursor: wait; }
.form-message { display: none; margin-top: 15px; padding: 12px 14px; border-radius: 9px; font-size: .84rem; }
.form-message.success { display: block; color: #28634c; background: #e6f3eb; }
.form-message.error { display: block; color: #8b3434; background: #f9e8e4; }

.site-footer { padding: 70px 0 24px; color: #d9e3e8; background: #132c3a; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-bottom: 50px; }
.footer-brand { color: white; }
.footer-grid p { color: #9fb2bd; font-size: .85rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid > div > strong { margin-bottom: 8px; color: white; }
.footer-grid a:not(.brand) { color: #aebfc8; text-decoration: none; font-size: .85rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #8ea3ad; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.benefit-card:nth-child(2), .channel-card:nth-child(2), .problem-card:nth-child(2) { transition-delay: .08s; }
.benefit-card:nth-child(3), .channel-card:nth-child(3), .problem-card:nth-child(3) { transition-delay: .16s; }
.channel-card:nth-child(4) { transition-delay: .24s; }

@media (max-width: 980px) {
  .site-nav { gap: 16px; }
  .site-nav a { font-size: .82rem; }
  .hero-grid, .split-heading, .feature-grid, .qualification-grid, .guardrail-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-grid { grid-template-columns: 1fr; }
  .reception-desk { max-width: 620px; }
  .channel-stage { max-width: 620px; width: 100%; margin-inline: auto; }
  .split-heading { align-items: start; }
  .channel-grid { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .trust-grid.four { grid-template-columns: 1fr 1fr; }
  .trust-grid.four p:nth-child(2) { border-right: 0; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body { font-size: 16px; }
  .site-header { background: rgba(255,253,248,.98); }
  .nav-wrap { min-height: 68px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: 72px; display: none; align-items: stretch; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; flex-direction: column; }
  .site-nav a { padding: 8px; font-size: .95rem; }
  .site-nav .nav-cta { text-align: center; }
  .home-hero, .product-hero { padding: 64px 0 52px; }
  .hero h1, .product-hero h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
  .hero-lede { font-size: 1.05rem; }
  .button-row, .button { width: 100%; }
  .hero-notes { display: grid; }
  .reception-desk { padding: 16px; transform: none; }
  .channel-row { grid-template-columns: 1fr 1fr; }
  .channel-stage { min-height: 590px; }
  .orbit-phone { left: 0; }
  .orbit-sms { right: 0; }
  .orbit-whatsapp { left: 0; }
  .orbit-email { right: 0; }
  .trust-grid, .trust-grid.four { grid-template-columns: 1fr; }
  .trust-grid p, .trust-grid p:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid p:last-child { border-bottom: 0; }
  .section { padding: 76px 0; }
  .section-heading h2, .feature-copy h2, .contact-copy h2, .qualification-copy h2 { font-size: 2.7rem; }
  .benefit-grid, .steps, .problem-grid, .channel-grid, .workflow, .footer-grid, .service-portfolio-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 240px; }
  .benefit-card h3, .problem-card h3 { margin-top: 38px; }
  .feature-note { padding: 34px 26px; }
  .feature-note blockquote { font-size: 1.65rem; }
  .lead-sheet { padding: 22px; }
  .lead-sheet dl { grid-template-columns: 1fr; }
  .sheet-head { align-items: flex-start; }
  .workflow { border-left: 0; }
  .workflow-step { grid-template-columns: 44px 1fr; padding: 26px 0; border-right: 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .service-portfolio-card { grid-template-columns: 54px 1fr; gap: 14px; padding: 25px 18px; }
  .contact-form { padding: 24px; }
  .footer-grid { gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
