:root {
  --bg: #0b100f;
  --surface: #121a17;
  --line: #2b3630;
  --ink: #f7faf5;
  --muted: #aab5ad;
  --accent: #d5f88e;
  --light: #f2f5ee;
  --dark-text: #17231c;
  --font: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
}
/* The light editorial sections give the automation diagrams room to breathe. */
.section-light {
  background: var(--light);
  color: var(--dark-text);
}
.services,
.solutions,
.approach,
.faq,
.contact {
  padding-block: 100px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 45px;
  margin-bottom: 46px;
}
.section-label {
  font-size: 13px;
  color: #56694d;
  margin-bottom: 18px;
}
.section-dark .section-label {
  color: #a7be8e;
}
.section-heading h2,
.faq h2,
.philosophy h2 {
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.5;
  letter-spacing: -0.7px;
}
.section-intro {
  color: #667060;
  font-size: 16px;
  line-height: 1.9;
  padding-bottom: 7px;
  max-width: 320px;
}
.section-dark .section-intro {
  color: #a1ae9e;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ced5c6;
  border-right: 1px solid #ced5c6;
}
.service-card {
  border-left: 1px solid #ced5c6;
  border-bottom: 1px solid #ced5c6;
  padding: 31px 28px 27px;
  transition: background 0.25s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-card:hover {
  background: #e7eddf;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  margin-bottom: 25px;
}
.service-icon {
  font: 31px Arial;
  color: #405d30;
  min-width: 35px;
}
.service-number {
  font: 12px Arial;
  color: #65705e;
  letter-spacing: 1px;
}
.service-card h3 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.service-card > p {
  color: #5e6957;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 25px;
  flex: 1;
}
.service-outcome {
  font-size: 12px;
  color: #405334;
  border-top: 1px solid #cdd7c3;
  padding-top: 14px;
  align-self: stretch;
}
.solutions {
  padding-top: 0;
}
.scenario-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.scenario-tab {
  padding: 12px 25px;
  border: 1px solid #cbd3c3;
  border-radius: 6px;
  background: transparent;
  color: #46513e;
  font-size: 15px;
  transition:
    background 0.2s,
    color 0.2s;
}
.scenario-tab:hover {
  background: #e0e8d8;
}
.scenario-tab.active {
  background: #19251c;
  border-color: #19251c;
  color: #e4f4d2;
}
.scenario-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  background: #e6eddf;
  border: 1px solid #d1dcc7;
  border-radius: 12px;
  padding: 48px;
}
.scenario-label {
  font-size: 12px;
  color: #5b7050;
}
.scenario-copy h3 {
  font-size: 33px;
  line-height: 1.55;
  margin-top: 21px;
  margin-bottom: 16px;
}
.scenario-copy > p {
  color: #5d6b54;
  font-size: 16px;
  line-height: 1.9;
  max-width: 440px;
}
.scenario-result {
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #c4d1b7;
}
.scenario-result > span {
  display: block;
  font-size: 12px;
  color: #607250;
  margin-bottom: 5px;
}
.scenario-result strong {
  font-weight: 500;
  font-size: 16px;
}
.scenario-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}
.scenario-steps:before {
  content: "";
  width: 1px;
  position: absolute;
  right: 22px;
  top: 35px;
  bottom: 35px;
  background: #b8cba2;
}
.scenario-steps li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 17px;
}
.step-number {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: #edf4e5;
  border: 1px solid #becea9;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font: 13px Arial;
  color: #527137;
}
.scenario-steps li:last-child .step-number {
  background: #25391e;
  border-color: #25391e;
  color: #d5f88e;
}
.scenario-steps strong {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  display: block;
  margin-top: 0;
}
.scenario-steps p {
  font-size: 14px;
  color: #5d6b54;
}
.approach {
  padding-bottom: 80px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 58px;
}
.process-grid article {
  border-top: 1px solid #46533e;
  padding-top: 20px;
}
.process-number {
  display: flex;
  justify-content: space-between;
  font: 14px Arial;
  color: var(--accent);
  margin-bottom: 38px;
}
.process-number > span {
  font-size: 21px;
}
.process-grid h3 {
  font-size: 23px;
  margin-bottom: 14px;
}
.process-grid p {
  color: #a2af9e;
  font-size: 16px;
}
.philosophy {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  direction: ltr;
  gap: 60px;
  align-items: center;
  margin-top: 104px;
  border-top: 1px solid var(--line);
  padding-top: 54px;
}
.philosophy-copy {
  direction: rtl;
}
.philosophy-image {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.philosophy-image img {
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
  aspect-ratio: 1;
  object-fit: cover;
}
.philosophy h2 {
  font-size: 40px;
}
.philosophy-copy > p:not(.section-label) {
  font-size: 17px;
  color: #adbba6;
  margin-top: 22px;
  max-width: 510px;
}
.principles {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  display: grid;
  gap: 9px;
  font-size: 15px;
  color: #d2dfc8;
}
.principles span {
  color: var(--accent);
  padding-inline-end: 12px;
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.2fr;
  gap: 70px;
}
.faq-intro {
  color: #64715b;
  margin-top: 20px;
  font-size: 16px;
}
.faq-list {
  border-top: 1px solid #c6d2bc;
}
.faq-list details {
  border-bottom: 1px solid #c6d2bc;
}
.faq-list summary {
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  cursor: pointer;
  font-size: 18px;
  list-style: none;
  line-height: 1.6;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font: 24px Arial;
  color: #647751;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details > p {
  padding-bottom: 23px;
  color: #596951;
  font-size: 16px;
  line-height: 1.9;
  padding-inline-end: 32px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-copy h2 {
  font-size: clamp(42px, 4.7vw, 65px);
  line-height: 1.42;
  letter-spacing: -1px;
}
.contact-copy h2 > span {
  color: var(--accent);
}
.contact-copy > p:not(.eyebrow) {
  color: #aab8a2;
  font-size: 18px;
  max-width: 410px;
  line-height: 1.9;
  margin-top: 25px;
}
.contact-person:not([hidden]) {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.person-monogram {
  display: grid;
  place-items: center;
  width: 49px;
  height: 49px;
  background: #22321c;
  border: 1px solid #436037;
  color: var(--accent);
  border-radius: 50%;
  font-size: 26px;
}
.contact-person strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
}
.contact-person div > span {
  font-size: 13px;
  color: #a6b49e;
}
.contact-email:not([hidden]) {
  display: inline-block;
  font-family: Arial;
  color: var(--accent);
  margin-top: 18px;
  border-bottom: 1px solid #6a8052;
  direction: ltr;
}
.contact-form {
  background: #141d16;
  border: 1px solid #34442c;
  border-radius: 13px;
  padding: 32px;
}
.form-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.form-topline > strong {
  font-size: 20px;
  font-weight: 500;
}
.form-topline > span {
  font-size: 12px;
  color: #96a589;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 19px;
  min-width: 0;
}
.field label {
  font-size: 14px;
  color: #d1ddc7;
}
.field label > span:not(.optional) {
  color: var(--accent);
}
.field .optional {
  font-size: 12px;
  color: #8e9b84;
  margin-inline-start: 5px;
}
.field input,
.field textarea,
.field select {
  border: 1px solid #45513e;
  border-radius: 6px;
  background: #0f1610;
  color: #edf3e6;
  min-width: 0;
  width: 100%;
  padding: 11px 13px;
  font-size: 15px;
  line-height: 1.6;
  transition: border-color 0.2s;
  color-scheme: dark;
}
.field textarea {
  resize: vertical;
  min-height: 130px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #88977e;
  opacity: 1;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: #bfd790;
}
.field select {
  padding-inline-end: 6px;
  min-height: 49px;
}
.form-privacy {
  font-size: 12px;
  color: #a1b194;
  line-height: 1.8;
  margin-top: -3px;
  margin-bottom: 20px;
}
.form-submit {
  width: 100%;
  justify-content: space-between;
  padding-inline: 20px;
}
.form-submit #submit-label {
  font-family: var(--font);
  font-size: 16px;
}
.contact-note {
  font-size: 12px;
  color: #9cae8f;
  text-align: center;
  line-height: 1.7;
  margin-top: 12px;
}
.form-status {
  font-size: 14px;
  color: var(--accent);
  margin-top: 12px;
}
.form-status:empty {
  display: none;
}
.message-fallback {
  border-top: 1px solid #425536;
  margin-top: 18px;
  padding-top: 18px;
}
.message-fallback label {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.message-fallback textarea {
  background: #0f1610;
  border: 1px solid #46583a;
  width: 100%;
  color: #ecf4e4;
  border-radius: 6px;
  resize: vertical;
  padding: 10px;
  font-size: 14px;
  line-height: 1.8;
}
.copy-button {
  color: var(--accent);
  border: 1px solid #6c8450;
  background: none;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 10px;
}
.back-top {
  font-size: 13px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
}
.footer-bottom {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #283226;
  font-size: 12px;
  color: #9aaa91;
}
.brand-name .brand-subtitle {
  font-size: 12px;
  font-family: var(--font);
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 7px;
  color: #a9b99b;
}
.brand-name .brand-arabic {
  display: inline;
  font-size: 27px;
  letter-spacing: -0.6px;
  font-family: var(--font);
}
.brand-name .brand-arabic small {
  font-size: 19px;
  font-weight: 400;
  margin-inline-start: 4px;
}
.direct-whatsapp {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #4b6538;
  color: var(--accent);
  margin-top: 30px;
  padding-bottom: 5px;
  font-size: 15px;
}
.direct-whatsapp > span {
  font-family: Arial;
  font-size: 15px;
}
.button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.contact-form noscript {
  font-size: 14px;
  color: #d7e4cc;
}
.site-footer .brand {
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .services,
  .solutions,
  .approach,
  .faq,
  .contact {
    padding-block: 76px;
  }
  .solutions {
    padding-top: 0;
  }
  .section-heading {
    gap: 30px;
  }
  .service-card {
    padding: 25px 21px;
  }
  .service-card h3 {
    font-size: 20px;
  }
  .scenario-panel {
    gap: 35px;
    padding: 34px;
  }
  .contact-layout {
    gap: 38px;
  }
  .contact-form {
    padding: 26px;
  }
  .process-grid {
    gap: 23px;
  }
  .philosophy {
    gap: 35px;
    margin-top: 80px;
  }
  .faq-layout {
    gap: 40px;
  }
  .header-inner .brand-name .brand-arabic {
    font-size: 24px;
  }
  .header-inner .brand-name .brand-arabic small {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .services,
  .solutions,
  .approach,
  .faq,
  .contact {
    padding-block: 60px;
  }
  .solutions {
    padding-top: 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2,
  .faq h2,
  .philosophy h2 {
    font-size: 33px;
  }
  .section-intro {
    margin-top: 20px;
    font-size: 15px;
    max-width: 100%;
  }
  .section-intro br {
    display: none;
  }
  .section-label {
    margin-bottom: 15px;
  }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-card {
    padding: 23px 18px;
  }
  .service-card h3 {
    font-size: 20px;
  }
  .service-card > p {
    font-size: 15px;
  }
  .service-outcome {
    font-size: 12px;
  }
  .scenario-panel {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 28px 24px;
  }
  .scenario-copy h3 {
    font-size: 29px;
    margin-top: 15px;
  }
  .scenario-copy h3 br {
    display: none;
  }
  .scenario-copy > p {
    max-width: 100%;
  }
  .scenario-result {
    margin-top: 20px;
  }
  .scenario-steps {
    gap: 22px;
  }
  .scenario-tab {
    font-size: 14px;
    padding: 10px 18px;
    flex: 1;
    white-space: nowrap;
  }
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 25px;
    margin-top: 35px;
  }
  .process-number {
    margin-bottom: 20px;
  }
  .process-grid h3 {
    font-size: 22px;
  }
  .process-grid p {
    font-size: 15px;
  }
  .philosophy {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 60px;
    padding-top: 35px;
    direction: rtl;
  }
  .philosophy-image {
    width: min(100%, 380px);
    margin-inline: auto;
    order: 2;
  }
  .philosophy-copy {
    order: 1;
  }
  .philosophy-copy > p:not(.section-label) {
    font-size: 16px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-intro {
    font-size: 15px;
  }
  .faq-list summary {
    font-size: 17px;
    padding-block: 20px;
    gap: 18px;
  }
  .faq-list details > p {
    padding-inline-end: 15px;
    font-size: 15px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .contact-copy h2 {
    font-size: 48px;
  }
  .contact-copy h2 br:last-child {
    display: none;
  }
  .contact-copy > p:not(.eyebrow) {
    font-size: 17px;
    max-width: 500px;
  }
  .contact-form {
    padding: 25px;
  }
  .contact .eyebrow {
    font-size: 13px;
  }
  .site-footer > .container {
    gap: 19px;
  }
  .site-footer .brand {
    font-size: 22px;
  }
  .footer-bottom > span {
    font-size: 12px;
  }
  .footer-domain {
    margin-inline-start: 8px;
  }
  .site-footer {
    padding-block: 28px;
  }
  .brand-name .brand-subtitle {
    font-size: 11px;
  }
  .hero-footnote {
    line-height: 2;
  }
  .scene-topline {
    font-size: 10px;
  }
  .contact-person:not([hidden]) {
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 27px 25px;
  }
  .service-card h3 {
    font-size: 23px;
  }
  .service-card > p {
    font-size: 16px;
  }
  .card-top {
    margin-bottom: 20px;
  }
  .hero-actions {
    align-items: flex-start;
    gap: 13px;
  }
  .hero-actions .button {
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    padding: 14px 19px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-footnote {
    font-size: 12px;
  }
  .hero-footnote span {
    padding-inline: 5px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .automation-scene {
    padding: 22px 17px;
  }
  .flow-card {
    padding: 13px 12px;
    gap: 10px;
  }
  .intelligence-node {
    margin-inline: 8px;
    padding: 18px;
  }
  .intelligence-node strong {
    font-size: 18px;
  }
  .flow-card strong {
    font-size: 14px;
  }
  .scene-topline {
    letter-spacing: 0.7px;
  }
  .tool-names {
    gap: 18px 25px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .scenario-tabs {
    gap: 5px;
  }
  .scenario-tab {
    font-size: 13px;
    padding: 10px 9px;
  }
  .scenario-panel {
    padding: 25px 21px;
  }
  .scenario-copy h3 {
    font-size: 27px;
  }
  .scenario-steps strong {
    font-size: 16px;
  }
  .scenario-steps p {
    font-size: 13px;
  }
  .process-grid {
    gap: 28px 20px;
  }
  .process-grid h3 {
    font-size: 21px;
  }
  .process-grid p {
    font-size: 15px;
  }
  .contact-form {
    padding: 23px 19px;
  }
  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-topline > strong {
    font-size: 19px;
  }
  .form-topline > span {
    font-size: 11px;
  }
  .contact-copy h2 {
    font-size: 46px;
  }
  .site-footer .footer-domain {
    font-size: 12px;
  }
  .site-footer .brand {
    font-size: 21px;
  }
  .site-footer .back-top {
    margin-inline-start: auto;
  }
  .site-footer .container > span:not(.footer-domain) {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-list details[open] summary > span {
    transform: none;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #90b943;
  outline-offset: 5px;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
::selection {
  background: var(--accent);
  color: var(--bg);
}
.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -100px;
  right: 20px;
  background: var(--accent);
  color: var(--bg);
  padding: 12px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  position: relative;
  z-index: 20;
  background: var(--bg);
}
.header-inner {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
}
.brand-symbol {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 0.5;
  color: var(--accent);
  transform: rotate(-35deg);
}
.brand-name > span {
  display: block;
  font-size: 10px;
  letter-spacing: 3.8px;
  margin-top: 8px;
  line-height: 1;
  font-family: Arial, sans-serif;
}
.desktop-nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
  color: #c4cbc6;
}
.desktop-nav a {
  transition: color 0.2s;
}
.desktop-nav a:hover {
  color: var(--accent);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 15px 25px;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 7px;
  color: #172012;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  transition:
    background 0.2s,
    transform 0.2s;
  min-height: 52px;
}
.button:hover {
  background: #e3ffb0;
  transform: translateY(-2px);
}
.button span {
  font-family: Arial, sans-serif;
  font-size: 22px;
}
.button-small {
  font-size: 14px;
  padding: 10px 16px;
  min-height: 45px;
}
.menu-toggle,
.mobile-nav {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  padding-block: 86px 80px;
  align-items: center;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--accent);
  font-size: 14px;
  margin-bottom: 26px;
}
.mini-line {
  width: 27px;
  height: 1px;
  background: currentColor;
}
.hero h1 {
  font-size: clamp(46px, 5.35vw, 76px);
  line-height: 1.38;
  letter-spacing: -1.8px;
}
.hero h1 > span {
  color: var(--accent);
}
.hero-description {
  font-size: 18px;
  line-height: 1.95;
  color: #bac5bc;
  max-width: 510px;
  margin-top: 25px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.text-link {
  font-size: 14px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #566249;
  padding-block: 8px;
}
.text-link:hover {
  color: var(--accent);
}
.hero-footnote {
  font-size: 13px;
  color: #8f9d91;
  margin-top: 22px;
}
.hero-footnote span {
  padding-inline: 10px;
  color: #52634f;
}
.automation-scene {
  position: relative;
  isolation: isolate;
  padding: 25px 26px 22px;
  border: 1px solid #29372d;
  border-radius: 16px;
  background: linear-gradient(145deg, #17221a88, #0b100f);
  min-width: 0;
  transform: rotate(-2deg);
  box-shadow: 0 25px 80px #0004;
}
.scene-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(#7fab6310 1px, transparent 1px),
    linear-gradient(90deg, #7fab6310 1px, transparent 1px);
  background-size: 26px 26px;
  border-radius: 16px;
  mask-image: linear-gradient(#000, transparent);
}
.scene-topline {
  display: flex;
  direction: ltr;
  justify-content: space-between;
  gap: 20px;
  font:
    11px Arial,
    sans-serif;
  letter-spacing: 1.5px;
  color: #859183;
  margin-bottom: 40px;
}
.scene-index {
  color: var(--accent);
}
.flow-card {
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #141d18ef;
  border: 1px solid #354333;
  border-radius: 9px;
  position: relative;
  font-size: 14px;
  box-shadow: 0 12px 24px #0002;
}
.flow-card strong {
  display: block;
  font-weight: 500;
  line-height: 1.6;
}
.flow-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 37px;
  height: 39px;
  background: var(--accent);
  border-radius: 7px;
  font: 25px Arial;
  color: #172012;
}
.flow-icon.muted {
  background: #243023;
  color: #c8dfa7;
}
.flow-kicker {
  display: block;
  font-size: 12px;
  color: #98a894;
  line-height: 1.5;
  margin-bottom: 4px;
}
.chip {
  margin-inline-start: auto;
  border: 1px solid #354831;
  border-radius: 4px;
  padding: 3px 7px;
  color: #b5c9a5;
  font-size: 11px;
  white-space: nowrap;
}
.flow-connector {
  height: 36px;
  position: relative;
  margin-inline: auto;
  width: 1px;
  background: #657d45;
}
.flow-connector > span {
  position: absolute;
  width: 5px;
  height: 7px;
  background: var(--accent);
  left: -2px;
  top: 0;
  box-shadow: 0 0 12px #d5f88e80;
  animation: travel 3s linear infinite;
}
.intelligence-node {
  display: flex;
  gap: 17px;
  align-items: center;
  position: relative;
  border: 1px solid #97be64;
  border-radius: 10px;
  background: linear-gradient(110deg, #223222, #1a241b);
  padding: 20px 23px;
  margin-inline: 25px;
  box-shadow: 0 0 40px #a1d06c0c;
}
.intelligence-node strong {
  font-size: 19px;
  font-weight: 500;
}
.intelligence-node .flow-kicker {
  color: #c0d99d;
}
.intelligence-icon {
  color: var(--accent);
  font: 53px Arial;
  line-height: 1;
}
.flow-branches {
  display: grid;
  gap: 12px;
}
.check-mark {
  margin-inline-start: auto;
  color: #b7d989;
  font-size: 16px;
}
.scene-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  color: #c8d9b8;
  margin-top: 30px;
}
.caption-line {
  width: 20px;
  height: 1px;
  background: #89a867;
}
.demo-disclaimer {
  text-align: center;
  color: #879780;
  font-size: 12px;
  margin-top: 5px;
}
.tools-strip {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 45px;
  align-items: center;
  padding-block: 31px 35px;
}
.tools-strip > p {
  font-size: 13px;
  line-height: 1.7;
  min-width: 180px;
  color: #91a08f;
}
.tools-strip strong {
  font-weight: 400;
  color: #bdc8b9;
}
.tool-names {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex: 1;
  font-family: Arial, sans-serif;
  color: #b9c3b8;
  font-size: 20px;
  font-weight: 600;
  flex-wrap: wrap;
}
.tool-names > span:first-child {
  font-size: 28px;
  letter-spacing: -2px;
}
.tool-names > span:nth-child(2) {
  font-size: 26px;
  letter-spacing: -1px;
}
.tool-names > span:nth-child(4) {
  font-size: 17px;
}
.site-footer {
  padding-block: 35px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: #96a391;
}
.site-footer > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.site-footer .brand {
  font-size: 22px;
}
.footer-domain {
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  margin-inline-start: 20px;
}
@keyframes travel {
  to {
    top: 30px;
    opacity: 0.15;
  }
}
@media (min-width: 1500px) {
  .hero-grid {
    padding-block: 108px 100px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero-grid {
    gap: 34px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .button {
    padding: 13px 18px;
  }
  .automation-scene {
    padding: 23px 18px;
  }
  .desktop-nav {
    gap: 19px;
  }
  .hero h1 {
    font-size: 57px;
  }
  .chip {
    display: none;
  }
  .tools-strip {
    gap: 28px;
  }
  .tool-names {
    font-size: 18px;
  }
  .tool-names > span:nth-child(4) {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 84px;
    gap: 16px;
  }
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .brand {
    font-size: 27px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: none;
    width: 44px;
    height: 44px;
    color: var(--ink);
  }
  .menu-toggle span {
    display: block;
    width: 19px;
    height: 1px;
    background: currentColor;
  }
  .mobile-nav:not([hidden]) {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    right: 20px;
    left: 20px;
    top: 84px;
    padding: 14px 22px;
    background: #151e17;
    border: 1px solid #354333;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 25px 40px #0007;
  }
  .mobile-nav a {
    padding: 12px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 49px 43px;
  }
  .hero h1 {
    font-size: clamp(43px, 8vw, 67px);
    letter-spacing: -1px;
  }
  .desktop-break {
    display: none;
  }
  .hero-description {
    font-size: 17px;
    max-width: 580px;
  }
  .eyebrow {
    margin-bottom: 20px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-footnote {
    font-size: 12px;
  }
  .automation-scene {
    max-width: 530px;
    width: 100%;
    margin-inline: auto;
    transform: none;
    padding: 24px;
  }
  .scene-topline {
    margin-bottom: 25px;
  }
  .tools-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    padding-block: 25px 32px;
  }
  .tools-strip > p br {
    display: none;
  }
  .tools-strip > p strong {
    margin-inline-start: 5px;
  }
  .tool-names {
    width: 100%;
    gap: 20px;
    justify-content: flex-start;
    font-size: 17px;
  }
  .tool-names > span:first-child {
    font-size: 24px;
  }
  .tool-names > span:nth-child(2) {
    font-size: 23px;
  }
  .tool-names > span:nth-child(4) {
    font-size: 14px;
  }
  .site-footer > .container {
    flex-wrap: wrap;
  }
  .intelligence-node {
    margin-inline: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
