:root {
  --navy: #173b63;
  --navy-dark: #0f2b49;
  --maroon: #8a2131;
  --saffron: #d99125;
  --green: #168a55;
  --ink: #1e2b38;
  --muted: #5d6873;
  --line: #cfd6dd;
  --line-light: #e3e7eb;
  --page: #f4f6f8;
  --white: #ffffff;
  --notice: #fff4d8;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 18px;
  z-index: 100;
  padding: 10px 14px;
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--navy);
  font-weight: 700;
}

.skip-link:focus { top: 14px; }

.official-strip {
  background: var(--navy-dark);
  color: #fff;
  border-bottom: 3px solid var(--saffron);
}

.official-strip-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.official-strip span {
  padding: 4px 8px;
  background: #f0b34e;
  color: #172b42;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.official-strip strong {
  font-size: 12px;
  letter-spacing: .01em;
}

.official-strip-contact {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  padding: 5px 12px;
  border: 1px solid rgba(255,255,255,.38);
  background: #16754b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.official-strip-contact:hover, .official-strip-contact:focus-visible { background: #0f613d; }
.official-strip-contact b { margin-left: 5px; font-size: 14px; }

.identity-row {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--white);
}

.site-header { background: #fff; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: 260px;
  height: 74px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.brand-seal {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: var(--maroon);
  border: 3px double #fff;
  outline: 1px solid var(--maroon);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.brand-text { display: flex; flex-direction: column; }

.brand-text strong {
  color: var(--navy-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.05;
}

.brand-text small {
  margin-top: 6px;
  color: #68717a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.header-assurance {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #53606c;
  font-size: 12px;
  font-weight: 700;
}

.header-assurance span::before {
  content: "✓";
  margin-right: 7px;
  color: var(--green);
  font-weight: 900;
}

.main-nav {
  background: var(--navy);
  color: #fff;
  border-bottom: 4px solid var(--saffron);
}

.nav-inner {
  display: flex;
  align-items: stretch;
  min-height: 48px;
}

.nav-inner a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-right: 1px solid rgba(255,255,255,.16);
  font-size: 13px;
  font-weight: 700;
}

.nav-inner a:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.nav-inner a:hover, .nav-inner a:focus-visible { background: var(--navy-dark); }
.nav-inner .nav-enquiry { margin-left: auto; background: var(--maroon); border: 0; }
.nav-inner .nav-enquiry:hover, .nav-inner .nav-enquiry:focus-visible { background: #701927; }

.hero-section {
  background: #eef2f5;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  min-height: 475px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 58px;
  align-items: center;
  padding-block: 58px;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--maroon);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 650px;
  margin: 0;
  color: var(--navy-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.6vw, 56px);
  line-height: 1.1;
  letter-spacing: -.02em;
}

.hero-copy h1::after {
  content: "";
  display: block;
  width: 78px;
  height: 4px;
  margin-top: 19px;
  background: var(--saffron);
}

.hero-lead {
  max-width: 650px;
  margin: 21px 0 0;
  color: #4f5e6d;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 27px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 1px solid var(--navy);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 800;
}

.button-primary { background: var(--navy); color: #fff; }
.button-primary:hover { background: var(--navy-dark); }
.button-secondary { background: #fff; color: var(--navy); }
.button-secondary:hover { background: #e8edf2; }

.support-note {
  max-width: 600px;
  margin: 19px 0 0;
  color: #6d7781;
  font-size: 13px;
}

.information-box {
  border: 1px solid #bcc7d2;
  border-top: 5px solid var(--maroon);
  background: #fff;
  box-shadow: 0 8px 20px rgba(17,45,75,.08);
}

.information-box h2 {
  margin: 0;
  padding: 14px 20px;
  background: var(--navy);
  color: #fff;
  font-size: 18px;
}

.information-box dl { margin: 0; }

.information-box dl div {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 15px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line-light);
}

.information-box dl div:last-child { border-bottom: 0; }

.information-box dt {
  color: #6c7681;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.information-box dd {
  margin: 0;
  color: #283c52;
  font-size: 14px;
  font-weight: 700;
}

.notice-section {
  background: var(--notice);
  border-bottom: 1px solid #e0c987;
}

.notice-row {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}

.notice-row strong {
  color: #6f3c00;
  font-size: 13px;
}

.notice-row p {
  margin: 0;
  color: #5c5140;
  font-size: 13px;
}

.notice-row a {
  color: var(--maroon);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
}

.content-section, .software-preview-section, .gallery-section, .feedback-section, .purchase-section {
  padding-block: 76px;
}

.section-title {
  margin-bottom: 32px;
  padding-left: 17px;
  border-left: 5px solid var(--maroon);
}

.section-title p {
  margin: 0 0 4px;
  color: var(--maroon);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.section-title h2 {
  margin: 0;
  color: var(--navy-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.2;
}

.section-title > span {
  display: block;
  max-width: 740px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.module-card {
  padding: 27px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--navy);
  background: #fff;
}

.module-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-light);
}

.module-icon {
  width: 47px;
  height: 47px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.word-icon { background: #285db5; }
.excel-icon { background: #237a4b; }

.module-heading small {
  color: #7a8490;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.module-heading h3 {
  margin: 2px 0 0;
  color: var(--navy-dark);
  font-size: 21px;
}

.module-card > p {
  margin: 20px 0 15px;
  color: var(--muted);
  font-size: 14px;
}

.module-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.module-card li {
  position: relative;
  padding-left: 23px;
  color: #344555;
  font-size: 14px;
}

.module-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.steps-panel {
  margin-top: 25px;
  border: 1px solid var(--line);
  background: #fff;
}

.steps-panel h3 {
  margin: 0;
  padding: 13px 20px;
  background: #e9eef3;
  color: var(--navy-dark);
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}

.steps-panel ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-panel li {
  display: flex;
  gap: 13px;
  padding: 22px;
  border-right: 1px solid var(--line-light);
}

.steps-panel li:last-child { border-right: 0; }

.steps-panel li > span {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: var(--maroon);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.steps-panel strong { color: var(--navy-dark); font-size: 14px; }
.steps-panel p { margin: 3px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.practice-coverage {
  margin-top: 25px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  background: #fff;
}

.practice-coverage h3 {
  margin: 0;
  padding: 13px 20px;
  border-bottom: 1px solid var(--line);
  background: #e9eef3;
  color: var(--navy-dark);
  font-size: 16px;
}

.practice-coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.practice-stat {
  min-height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 12px;
  border-left: 1px solid var(--line-light);
  text-align: center;
}

.practice-stat:first-child { border-left: 0; }

.practice-stat strong {
  color: var(--maroon);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
}

.practice-stat span {
  margin-top: 8px;
  color: #465767;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.software-preview-section {
  background: #eef2f5;
  border-top: 1px solid var(--line);
}

.software-preview-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.software-preview-card {
  grid-column: span 2;
  margin: 0;
  border: 1px solid #aeb9c3;
  background: #fff;
  box-shadow: 0 2px 8px rgba(18, 43, 68, .07);
}

.software-preview-card.preview-card-wide { grid-column: span 3; }

.software-preview-trigger {
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: #dce2e7;
  cursor: zoom-in;
}

.software-preview-trigger:focus-visible {
  outline: 4px solid var(--saffron);
  outline-offset: -4px;
}

.software-preview-trigger img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: contain;
  background: #dce2e7;
  border-bottom: 1px solid var(--line);
}

.software-preview-card figcaption {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: var(--navy-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.software-preview-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.software-preview-dialog {
  width: min(1180px, calc(100% - 28px));
  max-height: calc(100vh - 28px);
  padding: 0;
  border: 1px solid #7f92a4;
  background: #0b2138;
  color: #fff;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .4);
}

.software-preview-dialog[open] {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.software-preview-dialog::backdrop { background: rgba(6, 18, 31, .82); }

.software-preview-dialog img {
  width: 100%;
  max-height: calc(100vh - 105px);
  display: block;
  object-fit: contain;
  background: #fff;
}

.software-preview-dialog p {
  margin: 0;
  padding: 13px 72px 13px 17px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.software-preview-close {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #fff;
  border-radius: 2px;
  background: #8a2131;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.software-preview-close:hover, .software-preview-close:focus-visible { background: #6f1724; }

.download-section {
  padding-block: 72px;
  background: var(--navy);
  border-block: 5px solid var(--saffron);
}

.light-title { border-left-color: #f0b34e; }
.light-title p { color: #f0b34e; }
.light-title h2 { color: #fff; }
.light-title > span { color: #d3dce6; }

.download-panel {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  border: 1px solid #9baec1;
  background: #fff;
}

.download-details { padding: 27px 30px; }

.download-details h3 {
  margin: 0 0 17px;
  color: var(--navy-dark);
  font-size: 20px;
}

.download-details table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.download-details th, .download-details td {
  padding: 10px 12px;
  border: 1px solid var(--line);
  text-align: left;
}

.download-details th {
  width: 135px;
  background: #edf1f4;
  color: #435365;
}

.download-help {
  margin: 16px 0 0;
  color: #68737d;
  font-size: 12px;
}

.download-action {
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--line);
  background: #f2f5f7;
  text-align: center;
}

.windows-mark {
  color: var(--navy);
  font-size: 50px;
  line-height: 1;
}

.download-action > p:first-of-type {
  margin: 9px 0 14px;
  color: #4a5867;
  font-size: 13px;
  font-weight: 700;
}

.download-button {
  width: 100%;
  max-width: 270px;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: var(--maroon);
  color: #fff;
  border: 1px solid #691422;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 800;
}

.download-button:hover { background: #701927; }

.download-count {
  margin: 13px 0 3px;
  color: #52606d;
  font-size: 12px;
}

.download-count strong { color: var(--navy); font-size: 16px; }
.download-action > small { color: #7c8791; font-size: 10px; }

.gallery-section { background: #fff; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 245px 220px;
  gap: 15px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #aeb9c3;
  background: #dce2e7;
  cursor: default;
  text-align: left;
}

.gallery-item.gallery-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(10,29,49,.86));
}

.gallery-item span {
  position: absolute;
  z-index: 1;
  left: 14px;
  right: 14px;
  bottom: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.feedback-section {
  background: #eef2f5;
  border-block: 1px solid var(--line);
}

.centred-title {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  border-left: 0;
  padding-left: 0;
}

.centred-title::after {
  content: "";
  display: block;
  width: 65px;
  height: 3px;
  margin: 14px auto 0;
  background: var(--saffron);
}

.feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feedback-grid figure {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--navy);
  background: #fff;
}

.feedback-grid blockquote {
  margin: 0;
  color: #394a5b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
}

.feedback-grid figcaption {
  display: flex;
  flex-direction: column;
  margin-top: 19px;
  padding-top: 14px;
  border-top: 1px solid var(--line-light);
}

.feedback-grid figcaption strong { color: var(--navy-dark); font-size: 13px; }
.feedback-grid figcaption span { color: #77828c; font-size: 11px; }

.purchase-section { background: #fff; }

.purchase-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.purchase-information {
  max-width: 790px;
  padding-top: 10px;
}

.purchase-information h2 {
  margin: 0;
  color: var(--navy-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.4vw, 42px);
  line-height: 1.2;
}

.purchase-information > p:not(.section-kicker) {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.purchase-process-card {
  padding: 24px;
  border: 1px solid #bdc7d0;
  border-top: 5px solid var(--navy);
  background: #f8f9fa;
}

.process-heading {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.process-heading h3 {
  margin: 0;
  color: var(--navy-dark);
  font-size: 20px;
}

.process-heading p {
  margin: 5px 0 0;
  color: #667581;
  font-size: 13px;
}

.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }

.process-list > div {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 15px;
  background: #f6f8f9;
}

.process-list > div > span {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.process-list p { display: flex; flex-direction: column; margin: 0; }
.process-list strong { color: #33465a; font-size: 13px; }
.process-list small { margin-top: 2px; color: #74808b; font-size: 11px; }

.privacy-note {
  margin-top: 15px;
  padding: 12px 14px;
  background: var(--notice);
  border: 1px solid #e2cd96;
  color: #665537;
  font-size: 11px;
}

.distributor-note {
  margin: 28px 0;
  padding: 22px 24px;
  border: 2px solid var(--maroon);
  border-left-width: 8px;
  background: #fff5d9;
}

.distributor-note strong {
  display: block;
  color: #6f1725;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.distributor-note p {
  margin: 10px 0 0;
  color: #273c50;
  font-size: 16px;
  line-height: 1.75;
}

.distributor-note p b { color: var(--navy-dark); }

.partner-contact-panel {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 6px 17px;
  align-items: center;
  margin-top: 18px;
  padding: 15px 17px;
  border: 1px solid #b28b39;
  background: #fff;
}

.partner-contact-panel span {
  color: #5c4930;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.partner-contact-panel a {
  color: #11683f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 800;
  text-decoration: underline;
}

.partner-contact-panel small {
  color: #6f1725;
  font-size: 13px;
  font-weight: 800;
}

.purchase-form {
  padding: 24px;
  border: 1px solid #bdc7d0;
  border-top: 5px solid var(--maroon);
  background: #f8f9fa;
}

.form-heading {
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.form-heading h3 {
  margin: 0;
  color: var(--navy-dark);
  font-size: 20px;
}

.form-heading p {
  margin: 3px 0 0;
  color: #737f89;
  font-size: 11px;
}

.form-heading .form-recipient {
  margin-top: 10px;
  color: #273c50;
  font-size: 14px;
}

.form-heading .form-recipient strong { color: #11683f; font-size: 16px; }

.form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
}

.field { margin-bottom: 15px; }

.field label {
  display: block;
  margin-bottom: 6px;
  color: #34485c;
  font-size: 12px;
  font-weight: 800;
}

.field input, .field select {
  width: 100%;
  min-height: 47px;
  padding: 0 12px;
  border: 1px solid #aeb9c4;
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  outline: none;
}

.field input:focus, .field select:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 2px rgba(23,59,99,.15);
}

.field input::placeholder { color: #929aa2; }

.form-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .75fr);
  gap: 10px 24px;
  align-items: center;
  margin-top: 3px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: #596672;
  font-size: 11px;
}

.consent input { margin-top: 3px; accent-color: var(--navy); }

.whatsapp-button {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 14px;
  border: 1px solid #0b6c3b;
  border-radius: 2px;
  background: #168a55;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.whatsapp-button:hover { background: #0f7345; }
.whatsapp-button > span:first-child { font-size: 15px; }
.whatsapp-button > span:last-child { display: flex; flex-direction: column; }
.whatsapp-button strong { font-size: 13px; }
.whatsapp-button small { color: #d6f1e3; font-size: 10px; }
.form-status { grid-column: 2; min-height: 17px; margin: -3px 0 -8px; color: #5f6b76; text-align: center; font-size: 11px; }

.purchase-whatsapp-float {
  position: fixed;
  z-index: 90;
  right: 18px;
  bottom: 18px;
  min-width: 245px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 13px;
  padding: 11px 14px;
  border: 2px solid #fff;
  border-radius: 3px;
  background: #137a49;
  color: #fff;
  box-shadow: 0 5px 18px rgba(4, 26, 17, .3);
}

.purchase-whatsapp-float:hover, .purchase-whatsapp-float:focus-visible { background: #0d633b; }
.purchase-whatsapp-float[hidden] { display: none; }
.purchase-whatsapp-float span { align-self: end; font-size: 12px; font-weight: 800; }
.purchase-whatsapp-float strong { grid-row: span 2; align-self: center; font-size: 19px; }
.purchase-whatsapp-float small { color: #d7f4e6; font-size: 10px; }

.site-footer {
  background: var(--navy-dark);
  color: #fff;
  border-top: 5px solid var(--saffron);
}

.robmahe-logo {
  width: 170px;
  height: 85px;
  display: block;
  object-fit: contain;
}

.footer-ownership {
  display: grid;
  grid-template-columns: 170px minmax(235px, 1fr);
  gap: 20px;
  align-items: center;
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.17);
}

.footer-ownership-copy p {
  margin: 0;
  color: #d5dfe8;
  font-size: 14px;
  line-height: 1.55;
}

.footer-ownership-copy p + p { margin-top: 3px; }
.footer-ownership-copy strong { color: #fff; }

.footer-ownership-copy .ownership-label {
  margin-bottom: 7px;
  color: #ffd280;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.footer-grid {
  min-height: 170px;
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(430px, 1.65fr) auto;
  gap: 28px;
  align-items: center;
}

.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 23px; }
.footer-brand span { margin-top: 3px; color: #bbc8d5; font-size: 12px; }

.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links a { color: #d8e0e7; font-size: 11px; font-weight: 700; }
.footer-links a:hover { color: #fff; text-decoration: underline; }

.disclaimer {
  padding-block: 12px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #9eafbf;
  font-size: 10px;
}

.footer-bottom { background: #0a2037; }
.footer-bottom > div { min-height: 48px; display: flex; align-items: center; justify-content: space-between; color: #b5c2ce; font-size: 12px; }
.footer-bottom a { color: #c4d0da; }

@media (max-width: 900px) {
  .header-assurance { display: none; }
  .nav-inner { overflow-x: auto; }
  .nav-inner a { flex: 0 0 auto; padding-inline: 16px; }
  .nav-inner .nav-enquiry { margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 33px; min-height: auto; }
  .module-grid, .purchase-grid { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr; }
  .steps-panel ol { grid-template-columns: 1fr; }
  .steps-panel li { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .steps-panel li:last-child { border-bottom: 0; }
  .software-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .software-preview-card, .software-preview-card.preview-card-wide { grid-column: span 1; }
  .software-preview-card:last-child { grid-column: 1 / -1; }
  .download-panel { grid-template-columns: 1fr; }
  .download-action { border-left: 0; border-top: 1px solid var(--line); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 320px repeat(2, 220px); }
  .gallery-item.gallery-wide { grid-column: span 2; grid-row: auto; }
  .feedback-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; padding-block: 28px; }
  .footer-ownership { grid-template-columns: 160px 1fr; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); border-left: 0; }
  .robmahe-logo { width: 160px; height: 80px; }
  .footer-links { flex-direction: row; flex-wrap: wrap; gap: 13px 18px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 26px, 1120px); }
  .official-strip-inner { min-height: 51px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 3px; }
  .official-strip span { font-size: 9px; }
  .official-strip strong { font-size: 10px; }
  .official-strip-contact { width: 100%; margin: 5px 0 8px; font-size: 11px; }
  .official-strip-contact b { font-size: 13px; }
  .identity-row { min-height: 85px; }
  .brand-logo { width: 210px; height: 67px; }
  .nav-inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
  }
  .nav-inner a {
    min-height: 39px;
    justify-content: center;
    padding: 6px 3px;
    border-right: 1px solid rgba(255,255,255,.16);
    border-bottom: 1px solid rgba(255,255,255,.16);
    font-size: 10px;
    line-height: 1.25;
    text-align: center;
  }
  .nav-inner a:first-child { border-left: 0; }
  .nav-inner .nav-enquiry { margin-left: 0; }
  .brand-seal { width: 46px; height: 46px; }
  .brand-text strong { font-size: 24px; }
  .brand-text small { font-size: 8px; letter-spacing: .08em; }
  .hero-grid { padding-block: 40px; }
  .hero-copy h1 { font-size: 36px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .information-box dl div { grid-template-columns: 1fr; gap: 3px; }
  .notice-row { grid-template-columns: 1fr; gap: 2px; padding-block: 12px; }
  .content-section, .software-preview-section, .gallery-section, .feedback-section, .purchase-section { padding-block: 54px; }
  .section-title { margin-bottom: 25px; }
  .section-title h2 { font-size: 30px; }
  .module-card, .purchase-form, .purchase-process-card { padding: 21px; }
  .module-heading { align-items: flex-start; }
  .partner-contact-panel { grid-template-columns: 1fr; gap: 4px; }
  .partner-contact-panel a { font-size: 24px; }
  .practice-coverage-grid { grid-template-columns: 1fr; }
  .practice-stat { min-height: 90px; border-top: 1px solid var(--line-light); border-left: 0; }
  .practice-stat:first-child { border-top: 0; }
  .software-preview-grid { grid-template-columns: 1fr; }
  .software-preview-card, .software-preview-card.preview-card-wide, .software-preview-card:last-child { grid-column: span 1; }
  .download-section { padding-block: 54px; }
  .download-details { padding: 21px; }
  .download-details th { width: 102px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 240px); }
  .gallery-item.gallery-wide { grid-column: auto; }
  .form-fields, .form-actions { grid-template-columns: 1fr; gap: 0; }
  .form-actions { gap: 15px; }
  .form-status { grid-column: 1; margin-top: -8px; }
  .purchase-grid { gap: 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; padding-block: 27px; }
  .footer-ownership { grid-template-columns: 1fr; gap: 10px; padding-block: 18px; }
  .robmahe-logo { width: 150px; height: 75px; }
  .footer-ownership-copy p { font-size: 13px; }
  .footer-links { gap: 13px 18px; }
  .purchase-whatsapp-float { right: 13px; bottom: 13px; min-width: 0; width: calc(100% - 26px); }
  .footer-bottom > div { min-height: 68px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
