:root {
  --blue: #1565c0;
  --blue-dark: #0d47a1;
  --ink: #16202c;
  --muted: #526477;
  --line: #dfe7f0;
  --pale: #f4f8fd;
  --white: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
}
a {
  color: inherit;
}
button {
  font: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
p {
  line-height: 1.7;
}
h1,
h2,
h3 {
  letter-spacing: -0.035em;
}
h2 {
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  line-height: 1.13;
}
h3 {
  font-size: 1.15rem;
  line-height: 1.35;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #b26a00;
  outline-offset: 5px;
}
.container {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.section {
  padding-block: 104px;
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 20px;
}
.lead {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 570px;
  margin-top: 28px;
}
.lead-small {
  font-size: 1.06rem;
  color: var(--muted);
  margin-top: 24px;
}
.fine-print {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 22px;
  max-width: 760px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-decoration: none;
  border-radius: 10px;
  padding: 17px 23px;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.4;
  transition: background 0.15s, transform 0.15s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--blue);
  color: var(--white);
}
.button-primary:hover {
  background: var(--blue-dark);
}
.button-white {
  background: var(--white);
  color: var(--blue-dark);
  white-space: nowrap;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 650;
  color: var(--blue);
  text-underline-offset: 5px;
}
.skip-link {
  position: fixed;
  z-index: 20;
  left: 16px;
  top: 8px;
  background: var(--white);
  padding: 12px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-weight: 750;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
}
.brand img {
  object-fit: contain;
}
.brand-dot {
  color: var(--blue);
}
nav {
  display: flex;
  align-items: center;
  gap: 29px;
}
nav a {
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}
nav a:hover {
  color: var(--blue);
}
.nav-contact {
  background: var(--pale);
  padding: 12px 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.site-header nav {
  order: 1;
  margin-left: auto;
}
.header-app-link {
  order: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.header-app-link:hover {
  background: var(--blue-dark);
}
.menu-toggle {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.85rem;
}
.menu-toggle[hidden] {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: center;
  padding-block: 66px 68px;
  min-height: 650px;
}
.hero h1 {
  font-size: clamp(2.9rem, 4.6vw, 4.45rem);
  line-height: 1.06;
  font-weight: 750;
}
.hero h1 > span {
  color: var(--blue);
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  margin-right: 7px;
  vertical-align: middle;
}
.hero-note {
  margin-block: 18px 27px;
  max-width: 490px;
  font-size: 0.92rem;
  color: var(--muted);
}
.hero-visual {
  min-height: 522px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orbit {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 35%, #e4f1ff, #f4f8fd 67%);
  border: 1px solid #eaf0f7;
}
.orbit:after {
  content: '';
  position: absolute;
  inset: 27px;
  border: 1px dashed #c5d7ed;
  border-radius: 50%;
}
.phone {
  position: relative;
  background: #fff;
  border: 7px solid #172737;
  border-radius: 30px;
  box-shadow: 0 24px 50px #193f6b22;
  width: 245px;
}
.phone img {
  display: block;
  border-radius: 22px;
  width: 100%;
}
.phone figcaption {
  position: absolute;
  top: calc(100% + 22px);
  left: -45px;
  right: -45px;
  text-align: center;
  font-size: 0.69rem;
  color: var(--muted);
  line-height: 1.5;
}
.phone-hero {
  transform: rotate(3deg);
  width: 238px;
}
.phone-hero figcaption {
  transform: rotate(-3deg);
}
.audience-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--line);
  margin-bottom: 48px;
}
.audience-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 24px;
  color: var(--blue);
}
.audience-links a + a {
  border-left: 1px solid var(--line);
}
.audience-links a:hover {
  background: var(--pale);
}
.card-index {
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  color: var(--blue);
}
.owner-section {
  background: var(--pale);
  padding-block: 80px;
}
.owner-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: center;
  gap: 80px;
}
.owner-steps {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.owner-steps li {
  display: flex;
  gap: 18px;
  padding-block: 18px;
  border-top: 1px solid var(--line);
}
.step-number {
  flex: 0 0 30px;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 650;
  padding-top: 3px;
}
.owner-steps h3 {
  font-size: 1.05rem;
}
.owner-steps p {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 6px;
}
.check-occasions {
  border-top: 1px solid var(--line);
  margin-top: 42px;
  padding-top: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}
.check-occasions strong {
  color: var(--ink);
}
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
}
.report-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 610px;
}
.phone-details {
  width: 255px;
  transform: rotate(-2deg);
}
.phone-details figcaption {
  left: -24px;
  right: -24px;
  transform: rotate(2deg);
}
.section-copy .button {
  margin-top: 10px;
}
.agents-layout {
  gap: 85px;
}
.agents-layout .lead-small {
  margin-bottom: 24px;
}
.agent-workflow {
  background: var(--pale);
  border-radius: 20px;
  padding: 36px;
}
.agent-workflow > div {
  display: flex;
  gap: 20px;
  padding-block: 25px;
  border-bottom: 1px solid var(--line);
}
.agent-workflow > div:last-child {
  border: 0;
  padding-bottom: 0;
}
.workflow-icon {
  background: white;
  border: 1px solid var(--line);
  color: var(--blue);
  font-size: 1.25rem;
  flex: 0 0 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.agent-workflow h3 {
  font-size: 1.1rem;
}
.agent-workflow p:not(.eyebrow) {
  font-size: 0.88rem;
  color: var(--muted);
  margin-top: 8px;
}
.manufacturer-section {
  background: #0b315e;
  color: #fff;
  padding-block: 88px;
}
.manufacturer-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}
.manufacturer-section .eyebrow,
.manufacturer-section .card-index {
  color: #9bcaff;
}
.outline-badge {
  display: inline-block;
  border: 1px solid #6185b0;
  border-radius: 30px;
  padding: 10px 15px;
  color: #d4e6ff;
  font-size: 0.72rem;
  white-space: nowrap;
}
.manufacturer-intro {
  max-width: 760px;
  color: #d4e0ef;
  margin-top: 26px;
  font-size: 1.04rem;
}
.pilot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 46px;
}
.pilot-grid article {
  border-top: 1px solid #41638c;
  padding-top: 25px;
}
.pilot-grid h3 {
  margin-top: 21px;
  font-size: 1.25rem;
}
.pilot-grid p {
  color: #d4e0ef;
  font-size: 0.9rem;
  margin-top: 13px;
}
.pilot-footer {
  border-top: 1px solid #41638c;
  margin-top: 42px;
  padding-top: 30px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.pilot-footer p {
  max-width: 650px;
  color: #bcd0e8;
  font-size: 0.82rem;
}
.contact-section {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  gap: 75px;
}
.contact-section h2 {
  font-size: 2.35rem;
}
.contact-email {
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
  letter-spacing: -0.025em;
}
.contact-section div > p:last-child {
  margin-top: 18px;
  font-size: 0.9rem;
  color: var(--muted);
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 28px;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.site-footer .brand {
  font-size: 1.2rem;
}
.site-footer p,
.site-footer a:not(.brand) {
  font-size: 0.78rem;
  color: var(--muted);
  text-underline-offset: 4px;
}
/* Line icons: drawn with the current text colour. */
svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
.icon-tile {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e8f1fc;
  color: var(--blue);
}
.hero-points {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 10px;
}
.hero-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.98rem;
}
.hero-points svg {
  color: #2e7d32;
  width: 20px;
  height: 20px;
  stroke-width: 2.4;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 30px;
}
.hero-note strong {
  color: var(--ink);
}
.tick-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 30px;
  display: grid;
  gap: 12px;
}
.tick-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
  line-height: 1.55;
}
.tick-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e8f1fc
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231565c0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12.5 4 4L18 8'/%3E%3C/svg%3E")
    center / 12px no-repeat;
}
.tick-list strong {
  color: var(--ink);
  font-weight: 650;
}
.bachu-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.bachu-card {
  position: relative;
  background: linear-gradient(160deg, #e9f3ff, #f7fbff 60%);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 44px 40px 40px;
}
.bachu-avatar {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-bottom: 22px;
}
.bachu-quote {
  margin: 0;
  position: relative;
  background: var(--white);
  border-radius: 18px;
  padding: 26px 28px;
  box-shadow: 0 14px 34px #193f6b14;
}
.bachu-quote:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 34px;
  width: 20px;
  height: 20px;
  background: var(--white);
  transform: rotate(45deg);
}
.bachu-quote p {
  position: relative;
  font-size: 1.08rem;
  line-height: 1.65;
}
.bachu-quote footer {
  margin-top: 14px;
  font-size: 0.78rem;
  color: var(--muted);
}
.section-intro {
  max-width: 720px;
}
.system-grid,
.occasion-grid {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 46px 0 0;
}
.system-grid li,
.occasion-grid li {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  background: var(--white);
}
.system-grid h3,
.occasion-grid h3 {
  margin-top: 18px;
  font-size: 1.05rem;
}
.system-grid p,
.occasion-grid p {
  margin-top: 6px;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}
.fine-print.centred {
  margin: 30px auto 0;
  text-align: center;
}
.occasions-section {
  background: var(--pale);
  padding-block: 88px;
}
.occasion-grid {
  margin-top: 36px;
}
.workflow-icon svg {
  width: 22px;
  height: 22px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.faq-section .lead-small a {
  color: var(--blue);
  font-weight: 600;
  text-underline-offset: 4px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  font-weight: 650;
  font-size: 1.02rem;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: '+';
  flex: none;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--pale);
  color: var(--blue);
  font-size: 1.2rem;
  font-weight: 500;
}
.faq-list details[open] summary:after {
  content: '−';
}
.faq-list summary:focus-visible {
  outline: 3px solid #b26a00;
  outline-offset: 4px;
}
.faq-list details p {
  padding-bottom: 22px;
  color: var(--muted);
  max-width: 640px;
}
.faq-list details a {
  color: var(--blue);
}
@media (min-width: 801px) {
  .menu-toggle {
    display: none;
  }
}
@media (max-width: 1100px) {
  .hero h1 {
    font-size: 3.4rem;
  }
  .orbit {
    width: 360px;
    height: 360px;
  }
  .split-section {
    gap: 45px;
  }
  .manufacturer-heading {
    display: block;
  }
  .outline-badge {
    margin-top: 24px;
  }
  .pilot-footer {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }
  nav {
    gap: 18px;
  }
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 40px);
  }
  .nav-wrap {
    min-height: 74px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand {
    font-size: 1.35rem;
  }
  .brand img {
    width: 40px;
  }
  .menu-toggle {
    display: block;
    order: 2;
    padding: 10px;
  }
  .menu-label {
    display: none;
  }
  .header-app-link {
    order: 1;
    margin-left: auto;
    margin-right: 10px;
    padding: 10px 12px;
    font-size: 0.75rem;
  }
  .site-header nav {
    order: 3;
    margin-left: 0;
    width: 100%;
    padding-block: 15px 22px;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .js .site-header nav:not(.open) {
    display: none;
  }
  .site-header nav a {
    font-size: 0.8rem;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 43px;
    gap: 30px;
  }
  .hero h1 {
    font-size: clamp(2.55rem, 7vw, 3.8rem);
  }
  .hero-copy {
    max-width: 590px;
  }
  .hero-visual {
    min-height: 535px;
    max-width: 420px;
    width: 100%;
    justify-self: center;
  }
  .orbit {
    width: 360px;
    height: 360px;
  }
  .section {
    padding-block: 66px;
  }
  .owner-layout,
  .split-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .owner-section {
    padding-block: 60px;
  }
  .audience-links {
    margin-bottom: 32px;
  }
  .audience-links a {
    padding: 16px 12px;
    font-size: 0.8rem;
    gap: 6px;
  }
  .report-visual {
    order: 2;
    min-height: 610px;
    max-width: 370px;
    width: 100%;
    justify-self: center;
  }
  .section-copy {
    max-width: 600px;
  }
  .agent-workflow {
    padding: 28px;
  }
  .manufacturer-section {
    padding-block: 65px;
  }
  .pilot-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 32px;
  }
  .pilot-grid h3 {
    margin-top: 15px;
  }
  .contact-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-section h2 {
    font-size: 2rem;
  }
  .footer-content {
    flex-wrap: wrap;
  }
  .site-footer p {
    order: 3;
    flex-basis: 100%;
  }
  .button {
    max-width: 100%;
    white-space: normal;
  }
}
@media (max-width: 380px) {
  .site-header .brand {
    font-size: 1.05rem;
    gap: 6px;
  }
  .site-header .brand img {
    width: 32px;
  }
  .header-app-link {
    font-size: 0.7rem;
    padding: 10px;
    margin-right: 8px;
  }
  .container {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 2.45rem;
  }
  .hero-visual {
    min-height: 520px;
  }
  .orbit {
    width: 290px;
    height: 290px;
  }
  .contact-email {
    font-size: 1.25rem;
  }
  .outline-badge {
    white-space: normal;
  }
  .phone figcaption {
    left: -10px;
    right: -10px;
  }
  .site-header nav {
    gap: 15px;
  }
}
@media (max-width: 1100px) {
  .system-grid,
  .occasion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bachu-section,
  .faq-section {
    gap: 50px;
  }
}
@media (max-width: 800px) {
  .hero h1 .wide-break,
  .contact-section h2 br {
    display: none;
  }
  .bachu-section,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .bachu-section .section-copy {
    order: -1;
  }
  .bachu-card {
    padding: 32px 24px 26px;
  }
  .occasions-section {
    padding-block: 60px;
  }
}
@media (max-width: 520px) {
  .system-grid,
  .occasion-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .system-grid li,
  .occasion-grid li {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 16px;
    padding: 18px;
  }
  .system-grid h3,
  .occasion-grid h3 {
    margin-top: 0;
    align-self: end;
  }
  .system-grid p,
  .occasion-grid p {
    grid-column: 2;
    margin-top: 2px;
  }
  .system-grid .icon-tile,
  .occasion-grid .icon-tile {
    grid-row: span 2;
  }
  .hero-actions .button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
