
@font-face {
  font-family: "Roobert Foxway";
  src: url("fonts/RoobertFoxway-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roobert Foxway";
  src: url("fonts/RoobertFoxway-RegularItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roobert Foxway";
  src: url("fonts/RoobertFoxway-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Roobert Foxway";
  src: url("fonts/RoobertFoxway-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

:root {
  --purple: #420070;
  --purple-light: #7752a1;
  --green: #71eea2;
  --ink: #17151a;
  --slate: #586271;
  --mist: #f2f6fa;
  --line: #dce2e9;
  --motion-smooth: 520ms cubic-bezier(0.22, 1, 0.36, 1);
  --motion-quick: 240ms cubic-bezier(0.22, 1, 0.36, 1);
  --frame-max: 1240px;
  --frame-gutter: 24px;
  --frame-inset: 24px;
}

/* Font Awesome normally injects these base rules at runtime. Keep them here as
   well so server-rendered SVG icons retain their intended proportions when the
   homepage is packaged for WordPress without the Font Awesome runtime. */
.svg-inline--fa {
  display: inline-block;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.svg-inline--fa:not(:root) {
  overflow: visible;
  box-sizing: content-box;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Roobert Foxway", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.01em;
}
.smart2027-wordpress-homepage :where(h1, h2, h3, h4, h5, h6, p) {
  line-height: normal;
  text-wrap: wrap;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.container {
  width: min(
    calc(var(--frame-max) - (var(--frame-inset) * 2)),
    calc(100% - ((var(--frame-gutter) + var(--frame-inset)) * 2))
  );
  margin-inline: auto;
}
.narrow {
  max-width: 820px;
}

/* Quiet layout rails give each homepage section a shared visual boundary. */
main > section {
  --section-rule: rgba(66, 0, 112, 0.075);
  position: relative;
}
main > section + section {
  border-top: 1px solid var(--section-rule);
}
main > section::before {
  content: "";
  width: min(var(--frame-max), calc(100% - (var(--frame-gutter) * 2)));
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  border-right: 1px solid var(--section-rule);
  border-left: 1px solid var(--section-rule);
  pointer-events: none;
  transform: translateX(-50%);
}
main > section > .container {
  position: relative;
  z-index: 1;
}
.primary-features {
  --section-rule: rgba(255, 255, 255, 0.1);
}

.site-header {
  height: 72px;
  position: relative;
  padding: 0 max(
    calc(var(--frame-gutter) + var(--frame-inset)),
    calc((100vw - var(--frame-max)) / 2 + var(--frame-inset))
  );
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(66, 0, 112, 0.075);
  background: #fff;
}
.site-header img {
  display: block;
  width: 110px;
  height: auto !important;
  max-height: 24px;
  object-fit: contain;
}
.site-header > a:first-child {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.site-header nav {
  margin-left: 62px;
  display: flex;
  gap: 30px;
  color: #4f5966;
  font-size: 0.875rem;
  font-weight: 400;
}
.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #4f5966;
  font-size: 0.875rem;
  font-weight: 400;
}
.primary-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  transition:
    color var(--motion-quick),
    background-color var(--motion-quick),
    border-color var(--motion-quick);
}
.primary-button,
.button-primary {
  background: var(--purple);
  color: #fff;
}
.site-header .primary-button {
  font-size: 0.875rem;
}
.button-outline {
  border-color: #b5bdc6;
  color: #303943;
  background: #fff;
}
.button-dark {
  background: #101218;
  color: #fff;
}
.primary-button:hover,
.button-primary:hover {
  background: #2f0050;
}
.button-outline:hover {
  border-color: #6f7883;
  background: var(--mist);
}
.button-dark:hover {
  background: var(--purple);
}
.button-with-arrow {
  gap: 12px;
}
.button-arrow {
  width: 21px;
  height: 10px;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}
.button-arrow::before {
  content: "";
  height: 2px;
  position: absolute;
  top: 4px;
  right: 1px;
  left: 7px;
  background: currentColor;
  border-radius: 1px;
  transition: left var(--motion-smooth);
}
.button-arrow::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 1px;
  right: 1px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.button-with-arrow:hover .button-arrow::before {
  left: 0;
}
.primary-button:focus-visible,
.button:focus-visible,
.site-header a:focus-visible,
.feature-tabs button:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}
.site-header nav a,
.header-actions > a:not(.primary-button):not(.cart-link) {
  position: relative;
  padding: 6px 9px;
  border-radius: 4px;
  transition: color var(--motion-quick);
}
.site-header nav a::after,
.header-actions > a:not(.primary-button):not(.cart-link)::after {
  content: "";
  height: 2px;
  position: absolute;
  right: 9px;
  bottom: 1px;
  left: 9px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--motion-quick);
}
.site-header nav a:hover,
.header-actions > a:not(.primary-button):not(.cart-link):hover,
.cart-link:hover {
  color: #2f0050;
}
.site-header nav a:hover::after,
.header-actions > a:not(.primary-button):not(.cart-link):hover::after {
  transform: scaleX(1);
}
.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--purple);
  transition: color var(--motion-quick);
}
.mobile-menu-toggle,
.mobile-menu {
  display: none;
}
.mobile-menu-toggle {
  width: 44px;
  height: 44px;
  margin-left: 14px;
  padding: 0;
  place-items: center;
  align-content: center;
  gap: 5px;
  border: 0;
  border-radius: 4px;
  color: var(--purple);
  background: transparent;
  cursor: pointer;
}
.mobile-menu-toggle span {
  width: 21px;
  height: 2px;
  display: block;
  border-radius: 2px;
  background: currentColor;
  transition:
    transform var(--motion-quick),
    opacity var(--motion-quick);
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu-toggle[aria-expanded="true"] {
  background: rgba(66, 0, 112, 0.08);
}
.mobile-menu-toggle:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}
.cart-link > b {
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  background: var(--green);
  color: #173420;
  font-size: 0.75rem;
}
.cart-fa-icon {
  width: 18px;
  height: 18px;
}

.hero {
  padding: 95px 0;
  overflow: hidden;
  text-align: left;
}
.hero-layout {
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-copy {
  max-width: 800px;
  position: relative;
  z-index: 1;
}
.hero-awards {
  margin: 0 0 28px;
  color: var(--purple-light);
  font-size: 1rem;
  font-weight: 800;
}
.hero h1 {
  max-width: 800px;
  margin: 0;
  color: #1c2129;
  font-size: clamp(48px, 4.6vw, 60px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.hero h1 span {
  position: relative;
  color: var(--purple);
  white-space: nowrap;
}
.hero h1 span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 7px;
  background: var(--green);
  transform: rotate(-1deg);
}
.hero-summary {
  max-width: 800px;
  margin: 32px 0 0;
  color: var(--slate);
  font-size: 1.25rem;
  line-height: 1.6;
}
.hero-summary strong,
.hero-summary span {
  display: block;
}
.hero-summary strong {
  color: #303943;
  font-weight: 600;
}
@media (min-width: 1081px) {
  .hero-summary strong {
    white-space: nowrap;
  }
}
.hero-summary span {
  margin-top: 7px;
}
.hero-actions {
  margin-top: 36px;
  display: flex;
  justify-content: flex-start;
  gap: 14px;
}
.hero-journey {
  --orbit-radius: 180px;
  --orbit-ring: 360px;
  width: 420px;
  height: 420px;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  pointer-events: none;
  transform: translateY(-50%);
}
.hero-journey ol {
  width: var(--orbit-ring);
  height: var(--orbit-ring);
  position: absolute;
  top: 30px;
  left: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(66, 0, 112, 0.2);
  border-radius: 50%;
  list-style: none;
}
.hero-journey li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(var(--orbit-angle)) translateX(var(--orbit-radius))
    rotate(var(--counter-angle));
  transform-origin: 0 0;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}
.journey-marker {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(66, 0, 112, 0.45);
  border-radius: 50%;
  color: var(--purple);
  background: #fff;
  font-size: 1rem;
  opacity: 0.38;
  transform: translate(-50%, -50%);
  transition:
    opacity var(--motion-smooth),
    color var(--motion-smooth),
    background-color var(--motion-smooth),
    border-color var(--motion-smooth);
}
.hero-journey li.active .journey-marker {
  border-color: var(--purple);
  opacity: 1;
}
.hero-journey li:last-child.active .journey-marker {
  border-color: var(--green);
  color: #173420;
  background: var(--green);
}
.journey-reveal {
  width: 170px;
  min-height: 86px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translate(-50%, -50%);
}
.journey-reveal span {
  margin-bottom: 8px;
  color: var(--purple-light);
  font-size: 0.875rem;
  font-weight: 600;
}
.journey-reveal strong {
  color: #303943;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}
.journey-label-enter-active,
.journey-label-leave-active {
  transition:
    opacity var(--motion-quick),
    transform var(--motion-quick);
}
.journey-label-enter-from {
  opacity: 0;
  transform: translateY(7px);
}
.journey-label-leave-to {
  opacity: 0;
  transform: translateY(-7px);
}

.trust-section {
  padding: 110px 0;
}
.story-layout {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 100px;
  align-items: start;
}
.story-layout h2 {
  margin: 0;
  color: var(--purple);
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 600;
  letter-spacing: -0.04em;
}
.story-layout p {
  margin: 0;
  color: var(--slate);
  font-size: 1.125rem;
  line-height: 1.7;
}
.primary-features {
  padding: 120px 0;
  overflow: hidden;
  color: #fff;
  background: var(--purple);
}
.section-intro > p {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.section-intro h2 {
  margin: 0;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.section-intro > span {
  max-width: 700px;
  margin: 25px auto 0;
  display: block;
  color: #ded2e6;
  font-size: 1.125rem;
  line-height: 1.6;
}
.centered {
  text-align: center;
}
.feature-showcase {
  margin-top: 75px;
}
.feature-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.feature-tabs button {
  min-height: 54px;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e7ddeb;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  text-align: center;
  cursor: pointer;
  transition:
    color var(--motion-smooth),
    background-color var(--motion-smooth),
    border-color var(--motion-smooth);
}
.feature-tabs button.active {
  color: #173420;
  background: var(--green);
  border-color: var(--green);
}
.feature-tabs strong {
  font-size: 1rem;
  font-weight: 600;
}
.feature-viewport {
  width: 100vw;
  height: 640px;
  margin-top: 42px;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
.feature-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1040px, 76vw);
  height: 620px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #1c2129;
  background: #eef2f5;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  opacity: 0.28;
  pointer-events: none;
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}
.feature-card.active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}
.feature-card-copy {
  padding: 30px 34px 26px;
  display: grid;
  grid-template-columns: minmax(190px, 0.4fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  background: #fff;
}
.feature-card-copy h3,
.feature-card-copy p {
  margin: 0;
}
.feature-card-copy h3 {
  color: var(--purple);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.feature-card-copy p {
  color: var(--slate);
  font-size: 1.0625rem;
  line-height: 1.55;
}
.feature-card-visual {
  min-height: 0;
  flex: 1;
  padding: 14px;
  overflow: hidden;
  background: #e8edf1;
}
.product-browser {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #cbd2da;
  border-radius: 8px;
  background: #f7f8fa;
}
.product-browser-bar {
  min-height: 42px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 72px minmax(120px, 360px) 72px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #d6dce3;
  color: #697384;
  background: #fff;
}
.browser-controls,
.browser-menu {
  display: flex;
  align-items: center;
  gap: 7px;
}
.browser-controls i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #c9cfd6;
}
.browser-address {
  min-height: 25px;
  padding: 4px 14px;
  overflow: hidden;
  border: 1px solid #e0e4e9;
  border-radius: 4px;
  background: #f5f7f9;
  font-size: 0.75rem;
  line-height: 1.25;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #5f6978;
}
.browser-menu {
  justify-content: flex-end;
}
.browser-menu i {
  width: 3px;
  height: 3px;
  display: block;
  border-radius: 50%;
  background: #9da6b2;
}
.product-browser-page {
  min-height: 0;
  flex: 1;
  overflow: hidden;
}
.product-browser-page > * {
  height: 100%;
}
.feature-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.secondary-features {
  padding: 125px 0;
}
.dark-copy > p {
  color: var(--purple-light);
}
.dark-copy h2 {
  color: #1c2129;
}
.dark-copy > span {
  color: var(--slate);
}
.secondary-grid {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}
.secondary-feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--purple);
  border-radius: 4px;
  font-size: 1.125rem;
}
.secondary-feature-icon svg {
  width: 1em;
  height: 1em;
}
.secondary-grid h3 {
  margin: 25px 0 10px;
  color: var(--purple);
  font-size: 1.25rem;
  font-weight: 600;
}
.secondary-grid p {
  margin: 0;
  color: var(--slate);
  font-size: 1rem;
  line-height: 1.6;
}
.product-proof {
  margin-top: 80px;
}
.product-proof .facilities-browser {
  height: auto;
}
.proof-section {
  position: relative;
  padding: 95px 0 0;
  color: var(--purple);
  background: #f5f6f8;
}
.proof-section::after {
  content: "";
  width: 72px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  background: var(--green);
  transform: translateX(-50%);
}
.proof-heading {
  max-width: 760px;
  margin-bottom: 62px;
  text-align: center;
}
.proof-heading h2 {
  margin: 0;
  color: #1c2129;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.proof-grid > div {
  min-height: 130px;
  padding: 16px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(66, 0, 112, 0.1);
  border-radius: 4px;
  background: transparent;
  color: rgba(66, 0, 112, 0.62);
  transition:
    color var(--motion-smooth),
    border-color var(--motion-smooth);
}
.proof-grid > div:hover,
.proof-grid > div.active {
  border-color: rgba(66, 0, 112, 0.42);
  color: #2d004c;
}
.proof-grid strong {
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.045em;
}
.proof-grid span {
  margin-top: 8px;
  font-size: 1rem;
  transition: color var(--motion-smooth);
}
@media (min-width: 601px) and (max-width: 1600px) {
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .proof-grid > div {
    min-height: 150px;
  }
}
.awards-row {
  margin-top: 50px;
  padding: 42px 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
  font-size: 1rem;
  font-weight: 600;
}
.awards-row::before {
  content: "";
  width: calc(100% + (var(--frame-inset) * 2));
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 1px solid rgba(66, 0, 112, 0.16);
  transform: translateX(-50%);
}
.awards-row span {
  text-align: center;
  line-height: 1.45;
}

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

@media (hover: none) {
  .proof-grid > div {
    color: var(--purple);
  }
}
.programme-section {
  padding: 115px 0;
}
.programme-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 100px;
  align-items: start;
}
.programme-layout > div > p {
  margin: 0 0 18px;
  color: var(--purple-light);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.programme-layout h2 {
  margin: 0;
  color: var(--purple);
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.programme-layout > p {
  margin: 6px 0 0;
  color: var(--slate);
  font-size: 1.125rem;
  line-height: 1.7;
}

.testimonial-section {
  padding: 120px 0;
  text-align: center;
  background: var(--mist);
}
.testimonial-section h2 {
  margin: 0;
  color: var(--purple);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.04em;
}
.testimonial-stage {
  display: grid;
  align-items: center;
}
.testimonial-stage figure {
  grid-area: 1 / 1;
  margin: 0;
}
.testimonial-item {
  opacity: 0;
  transform: translateX(18px);
  pointer-events: none;
  transition:
    opacity var(--motion-smooth),
    transform var(--motion-smooth);
}
.testimonial-item.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.testimonial-section blockquote {
  margin: 42px 0 0;
  color: #353d48;
  font-size: 21px;
  font-style: italic;
  line-height: 1.65;
}
.testimonial-section figcaption {
  margin: 30px 0 0;
  color: var(--purple);
  font-weight: 800;
}
.testimonial-section figcaption span {
  display: block;
  margin-top: 5px;
  color: var(--slate);
  font-size: 1rem;
  font-weight: 500;
}
.testimonial-controls {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.testimonial-controls > button {
  width: 40px;
  height: 40px;
  border: 1px solid #bac2cc;
  border-radius: 4px;
  color: var(--purple);
  background: transparent;
  cursor: pointer;
  transition:
    color var(--motion-quick),
    background-color var(--motion-quick),
    border-color var(--motion-quick);
}
.testimonial-controls > button svg {
  width: 14px;
  height: 14px;
}
.testimonial-controls > button:hover {
  color: #fff;
  background: var(--purple);
  border-color: var(--purple);
}
.testimonial-controls button:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}
.testimonial-indicators {
  display: flex;
  gap: 7px;
}
.testimonial-indicators button {
  width: 22px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #b7bec7;
  cursor: pointer;
  transition:
    width var(--motion-smooth),
    background-color var(--motion-smooth);
}
.testimonial-indicators button.active {
  width: 36px;
  background: var(--purple);
}
.call-to-action {
  padding: 110px 0;
}
.cta-layout {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 90px;
  align-items: center;
}
.cta-layout h2 {
  margin: 0;
  color: var(--purple);
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 600;
  letter-spacing: -0.035em;
}
.cta-layout p {
  max-width: 530px;
  margin: 25px 0 35px;
  color: var(--slate);
  font-size: 1.125rem;
  line-height: 1.65;
}
.cta-layout img {
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  object-fit: cover;
  border-radius: 32px;
}

footer {
  background: var(--mist);
}
.footer-main-frame {
  position: relative;
  padding: 75px 0 55px;
}
.footer-main-frame::before {
  content: "";
  width: min(var(--frame-max), calc(100% - (var(--frame-gutter) * 2)));
  position: absolute;
  inset-block: 0;
  left: 50%;
  border-right: 1px solid rgba(66, 0, 112, 0.075);
  border-left: 1px solid rgba(66, 0, 112, 0.075);
  pointer-events: none;
  transform: translateX(-50%);
}
.footer-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.65fr 1fr;
  gap: 65px;
  align-items: start;
}
.footer-brand img {
  width: 170px;
  height: auto !important;
  object-fit: contain;
}
.footer-accreditations {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.footer-brand .footer-award {
  width: 108px;
  display: block;
  opacity: 0.82;
}
.footer-brand .footer-mar-logo {
  width: 112px;
  display: block;
  opacity: 0.72;
}
.footer-brand p,
.company-details {
  color: var(--slate);
  font-size: 1rem;
  line-height: 1.55;
}
.company-details {
  font-size: 0.875rem;
}
footer nav {
  display: grid;
  gap: 10px;
  color: var(--purple);
  font-size: 0.875rem;
  font-weight: 400;
}
footer nav a {
  width: fit-content;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition:
    color var(--motion-quick),
    text-decoration-color var(--motion-quick);
}
footer nav a:hover {
  color: #2f0050;
  text-decoration-color: var(--green);
}
.company-details {
  margin: 0;
}
.footer-meta {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #626d7a;
  font-size: 0.8125rem;
}
.footer-meta-frame {
  border-top: 1px solid var(--line);
}
.footer-meta small {
  font-size: inherit;
}
.footer-meta .footer-legal {
  margin-left: auto;
  display: flex;
  gap: 18px;
  color: inherit;
  font-size: inherit;
}
.footer-socials {
  display: flex;
  gap: 10px;
}
.footer-socials a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--purple);
  font-size: 1.05rem;
  transition: color var(--motion-quick);
}
.footer-socials a:hover {
  color: var(--purple-light);
}

.legal {
  min-height: 100vh;
}
.legal header {
  height: 78px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--purple);
  font-size: 1rem;
  font-weight: 700;
}
.legal header img {
  width: 140px;
}
.legal article {
  max-width: 850px;
  padding: 100px 5vw 140px;
}
.legal article > p:first-child {
  color: var(--purple);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.legal h1 {
  margin: 25px 0 55px;
  color: var(--purple);
  font-size: clamp(58px, 8vw, 102px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}
.legal h2 {
  margin: 55px 0 14px;
  color: var(--purple);
  font-size: 25px;
}
.legal article > p:not(:first-child) {
  color: #554e55;
  font-size: 18px;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
  .site-header nav {
    display: none;
  }
  .header-actions {
    display: flex;
  }
  .header-actions > a:not(.cart-link) {
    display: none;
  }
  .mobile-menu-toggle {
    margin-left: 14px;
    display: grid;
  }
  .mobile-menu {
    position: fixed;
    z-index: 50;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: calc(100dvh - 72px);
    padding: 34px max(
      calc(var(--frame-gutter) + var(--frame-inset)),
      calc((100vw - var(--frame-max)) / 2 + var(--frame-inset))
    ) 28px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(66, 0, 112, 0.1);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity var(--motion-quick),
      visibility var(--motion-quick);
  }
  .mobile-menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .site-header .mobile-menu nav {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 1.2rem;
    color: var(--ink);
  }
  .mobile-menu nav a {
    min-height: 68px;
    padding: 14px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(66, 0, 112, 0.14);
  }
  .site-header .mobile-menu nav a::after,
  .site-header .mobile-menu nav a:hover::after {
    content: "";
    width: 8px;
    height: 8px;
    position: static;
    inset: auto;
    flex: 0 0 auto;
    margin-right: 5px;
    border-top: 2px solid var(--purple-light);
    border-right: 2px solid var(--purple-light);
    border-bottom: 0;
    border-left: 0;
    background: transparent;
    transform: rotate(45deg);
    transform-origin: center;
  }
  .mobile-menu nav a:hover,
  .mobile-menu nav a:focus-visible {
    color: var(--purple);
  }
  .mobile-cart-link {
    min-height: 68px;
    padding: 14px 2px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px dashed rgba(66, 0, 112, 0.14);
    color: var(--purple);
    font-size: 1.2rem;
  }
  .mobile-cart-link b {
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    display: grid;
    place-items: center;
    border-radius: 2px;
    color: #173420;
    background: var(--green);
  }
  .mobile-menu-actions {
    width: min(100%, 520px);
    margin: auto auto 0;
    padding-top: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .mobile-menu-actions .button,
  .mobile-menu-actions .primary-button {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 0 24px;
  }
  .site-header nav {
    display: none;
  }
  .header-actions > a:not(.primary-button):not(.cart-link) {
    display: none;
  }
  .hero {
    padding-top: 70px;
  }
  .feature-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    gap: 8px;
    padding: 0;
  }
  .feature-tabs button {
    min-width: 0;
    min-height: 70px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
  }
  .feature-tabs strong {
    font-size: 1rem;
    line-height: 1.25;
  }
  .secondary-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .secondary-grid article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    column-gap: 16px;
  }
  .secondary-grid h3 {
    margin: 0;
  }
  .secondary-grid p {
    grid-column: 1 / -1;
    margin-top: 16px;
  }
  .story-layout,
  .programme-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .cta-layout,
  .footer-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 1080px) {
  .hero-layout {
    min-height: 0;
    display: block;
  }
  .hero-journey {
    --orbit-radius: 160px;
    --orbit-ring: 320px;
    width: 360px;
    height: 360px;
    position: relative;
    top: auto;
    right: auto;
    margin: 60px auto 0;
    transform: none;
  }
  .hero-journey ol {
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 600px) {
  :root {
    --frame-gutter: 20px;
    --frame-inset: 16px;
  }
  .site-header {
    height: 72px;
    padding: 0 20px;
  }
  .site-header img {
    width: 104px;
  }
  .header-actions {
    gap: 12px;
  }
  .mobile-menu {
    padding: 22px 20px 20px;
  }
  .site-header .mobile-menu nav {
    font-size: 1.125rem;
  }
  .primary-button {
    min-height: 39px;
    padding: 0 14px;
    font-size: 1rem;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-summary {
    font-size: 1.125rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-journey {
    --orbit-radius: 130px;
    --orbit-ring: 260px;
    width: 300px;
    height: 300px;
    top: auto;
    right: auto;
    margin-top: 50px;
  }
  .trust-section,
  .primary-features,
  .secondary-features,
  .testimonial-section,
  .call-to-action {
    padding: 82px 0;
  }
  .feature-showcase {
    margin-top: 50px;
  }
  .feature-viewport {
    height: 500px;
    margin-top: 28px;
  }
  .feature-card {
    width: min(680px, calc(100vw - 64px));
    height: 480px;
  }
  .feature-card-copy {
    padding: 22px 24px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .feature-card-copy h3 {
    font-size: 1.25rem;
  }
  .feature-card-copy p {
    font-size: 1rem;
  }
  .feature-card-visual {
    padding: 8px;
  }
  .product-browser-bar {
    min-height: 36px;
    padding: 0 10px;
    grid-template-columns: 46px minmax(90px, 1fr) 46px;
    gap: 8px;
  }
  .browser-address {
    font-size: 0.6875rem;
  }
  .secondary-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .story-layout,
  .programme-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .proof-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .proof-grid > div {
    min-height: 110px;
    padding: 12px 16px;
  }
  .proof-grid strong {
    font-size: clamp(28px, 8vw, 38px);
    white-space: nowrap;
  }
  .awards-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .product-proof {
    margin-top: 55px;
  }
  .testimonial-section blockquote {
    font-size: 1.125rem;
  }
  .footer-meta {
    flex-wrap: wrap;
    gap: 14px 20px;
  }
  .footer-socials {
    width: 100%;
    margin: 4px 0 0;
  }
}

.app-visual{width:100%;height:100%;padding:30px;color:#121827;background:#f7f8fa;font-size:15px;overflow:hidden}.app-visual h3,.app-visual h4{margin:0;font-weight:600}.app-visual h3{font-size:27px;letter-spacing:-.025em}.app-visual h4{margin:24px 0 10px;font-size:18px}.app-visual small{color:#687383;font-size:13px}.app-title-row,.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.success-banner,.shield-banner{padding:12px 16px;display:inline-flex;align-items:center;gap:8px;border-radius:4px;color:#176337;background:#dbf8e6;font-size:14px;font-weight:600}.shield-banner{color:#4338ca;background:#e8e7ff}.app-action{padding:9px 13px;border-radius:4px;color:#fff;background:#4f46e5;font-size:13px;font-weight:600}.data-table{overflow:hidden;border:1px solid #d9dee5;border-radius:4px;background:#fff}.table-head,.table-row{min-height:47px;padding:0 14px;display:grid;align-items:center;gap:16px}.table-head{border-bottom:1px solid #d9dee5;background:#fafbfc;font-size:13px;font-weight:600}.table-row{border-bottom:1px solid #e5e9ee;color:#313a48}.table-row:last-child{border-bottom:0}.details-table .table-head,.details-table .table-row{grid-template-columns:1fr 1.6fr .7fr}.injection-table .table-head,.injection-table .table-row,.shield-table .table-head,.shield-table .table-row,.activity-table .table-head,.activity-table .table-row{grid-template-columns:repeat(4,1fr)}.protected{display:flex;align-items:center;gap:6px;color:#21834c;font-weight:600}.shield-notice{margin:36px 0 28px;padding:24px;display:flex;align-items:center;gap:18px;border-left:4px solid #4f46e5;background:#fff}.shield-notice>svg{color:#4f46e5;font-size:26px}.shield-notice small,.shield-notice strong{display:block}.shield-notice strong{margin-top:4px;font-size:19px}.licence-saved,.driver-result{margin-top:22px;padding:17px 20px;display:flex;align-items:center;gap:14px;border:1px solid #c8ead5;border-radius:4px;background:#edfbf2;color:#176337}.licence-saved>svg,.driver-result>svg{font-size:22px}.licence-saved span,.licence-saved small,.driver-result div,.driver-result small{display:block}.licence-saved strong,.driver-result strong{display:block;font-size:17px}.dashboard-heading>div small{display:block;margin-top:4px}.dashboard-stats{margin-top:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dashboard-stats article{min-height:78px;padding:16px;display:flex;align-items:center;gap:13px;border:1px solid #dfe3e8;border-radius:4px;background:#fff}.dashboard-stats i{width:39px;height:39px;display:grid;place-items:center;border-radius:4px;color:#fff;background:#5b55ed;font-style:normal}.dashboard-stats span,.dashboard-stats strong{display:block}.dashboard-stats strong{margin-top:2px;font-size:21px}.activity-table .table-row{min-height:42px}.driver-table .table-head,.driver-table .table-row{grid-template-columns:1.3fr 1fr .7fr}.driver-result{margin-top:26px}@media(max-width:700px){.app-visual{padding:18px}.app-visual h3{font-size:20px}.app-title-row{align-items:flex-start}.success-banner,.shield-banner{padding:8px 10px;font-size:12px}.dashboard-stats{grid-template-columns:1fr;gap:7px}.dashboard-stats article{min-height:54px;padding:9px 12px}.activity-table .table-head span:nth-child(2),.activity-table .table-row span:nth-child(2){display:none}.activity-table .table-head,.activity-table .table-row{grid-template-columns:1fr 1fr 1.2fr}.table-head,.table-row{padding-inline:10px;font-size:12px}.details-table .table-head,.details-table .table-row{grid-template-columns:1fr 1.2fr}.details-table span:last-child{display:none}.injection-table .table-head,.injection-table .table-row,.shield-table .table-head,.shield-table .table-row{grid-template-columns:1fr 1fr}.injection-table span:nth-child(3),.injection-table span:nth-child(4),.shield-table span:nth-child(3),.shield-table span:nth-child(4){display:none}.shield-notice{margin:22px 0;padding:17px}.driver-table .table-head,.driver-table .table-row{grid-template-columns:1fr 1fr}.driver-table span:nth-child(2){display:none}}

.scale-app{width:100%;padding:30px;color:#121827;background:#f7f8fa;font-size:15px}.scale-heading{display:flex;align-items:center;gap:14px}.scale-heading>div{margin-right:auto}.scale-heading h3{margin:0;font-size:27px;font-weight:600;letter-spacing:-.025em}.scale-heading p{margin:5px 0 0;color:#687383}.add-facility{padding:10px 13px;display:inline-flex;align-items:center;gap:8px;border-radius:4px;color:#fff;background:#4f46e5;font-size:13px;font-weight:600}.facility-row{margin-top:22px}.facility-name{margin-bottom:10px;display:flex;align-items:center;gap:8px}.facility-name strong{font-size:16px;font-weight:600}.facility-name span{color:#4f46e5;font-size:13px}.key-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.key-grid article{min-height:72px;padding:14px;display:flex;align-items:center;gap:12px;border:1px solid #dfe3e8;border-radius:4px;background:#fff}.key-grid i{width:38px;height:38px;display:grid;flex:0 0 auto;place-items:center;border-radius:4px;color:#fff;background:#5b55ed;font-style:normal}.key-grid span,.key-grid small,.key-grid strong{display:block}.key-grid small{color:#687383;font-size:13px}.key-grid strong{margin-top:2px;font-size:20px}@media(max-width:700px){.scale-app{padding:18px}.scale-heading{align-items:flex-start;flex-wrap:wrap}.scale-heading h3{font-size:21px}.scale-heading>div{width:100%}.add-facility{padding:8px 10px}.key-grid{grid-template-columns:1fr 1fr}.facility-row:last-child{display:none}.key-grid article{min-height:60px;padding:10px}.key-grid i{width:32px;height:32px}.key-grid small{font-size:12px}}

.smart2027-wordpress-homepage{margin:0}.smart2027-wordpress-homepage #wpadminbar{position:fixed}.smart-cart-icon{display:block;width:1.05rem;height:1.05rem}
