:root{

  --purple:#5B3A91;
  --purple-dark:#321D58;

  --cyan:#008F8F;
  --cyan-light:#E9F8F7;

  --orange:#F26332;
  --orange-light:#FFF0EA;

  --navy:#18142A;

  --ink:#272431;
  --grey:#6D6876;
  --muted:#8A8592;

  --background:#F7F5FA;
  --line:#E4DFEA;

  --white:#FFFFFF;

}
.thank-you {
  display: none;
}

*{
  box-sizing:border-box;
}


html{
  scroll-behavior:smooth;
}


body{

  margin:0;

  font-family:"Figtree",Arial,sans-serif;

  color:var(--ink);

  background:#fff;

  overflow-x:hidden;

}


a{
  color:inherit;
  text-decoration:none;
}


img{
  max-width:100%;
}


.container{

  width:min(
    1180px,
    calc(100% - 48px)
  );

  margin:0 auto;

}


h1,
h2,
h3{

  font-family:
    "Lexend Deca",
    Arial,
    sans-serif;

}


h1,
h2,
h3,
p{
  margin-top:0;
}


/* =========================================
   NAV
========================================= */

.site-nav{

  height:78px;

  background:
    rgba(255,255,255,.96);

  border-bottom:
    1px solid rgba(24,20,42,.08);

  position:sticky;

  top:0;

  z-index:100;

  backdrop-filter:
    blur(16px);

}


.nav-inner{

  height:100%;

  display:flex;

  align-items:center;

  gap:30px;

}


.brand{

  display:flex;

  align-items:center;

  flex-shrink:0;

}


.brand img{

  width:180px;

  height:auto;

  max-height:48px;

  object-fit:contain;

}


.nav-links{

  margin-left:auto;

  display:flex;

  gap:31px;

}


.nav-links a{

  font-size:14px;

  font-weight:600;

  color:#686371;

  transition:.2s;

}


.nav-links a:hover{

  color:var(--purple);

}


.btn{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  gap:10px;

  padding:13px 19px;

  border-radius:8px;

  font-size:14px;

  font-weight:700;

  border:1px solid transparent;

  transition:
    transform .2s,
    background .2s,
    border .2s;

}


.btn b{

  font-size:17px;

}


.btn-primary{

  color:#fff;

  background:var(--orange);

  box-shadow:
    0 8px 20px
    rgba(242,99,50,.18);

}


.btn-primary:hover{

  background:#DB4F22;

  transform:
    translateY(-2px);

}


.btn-outline{

  color:var(--purple);

  background:#fff;

  border-color:var(--purple);

}


.btn-outline:hover{

  background:#F3EFF9;

}


/* =========================================
   EYEBROW
========================================= */

.eyebrow{

  display:flex;

  align-items:center;

  gap:9px;

  font-size:11px;

  font-weight:800;

  letter-spacing:.16em;

  color:var(--orange);

}


.eyebrow span{

  display:inline-block;

  width:27px;

  height:2px;

  background:var(--orange);

}


.eyebrow.dark{

  color:var(--purple);

}


.eyebrow.centered{

  justify-content:center;

}


/* =========================================
   HERO
========================================= */

.hero{

  min-height:690px;

  position:relative;

  overflow:hidden;

  background:
    linear-gradient(
      115deg,
      #FAF8FC 0%,
      #F5F1FA 53%,
      #EAF8F7 100%
    );

}


.hero-content{

  min-height:690px;

  display:flex;

  align-items:center;

  position:relative;

  z-index:5;

}


.hero-copy{

  width:65%;

  padding:
    65px 0
    80px;

}


.hero h1{

  max-width:730px;

  font-size:
    clamp(
      43px,
      5.1vw,
      67px
    );

  line-height:1.04;

  letter-spacing:-.055em;

  color:var(--navy);

  margin:
    18px 0
    24px;

}


.hero h1 em{

  font-style:normal;

  color:var(--purple);

}


.hero-lead{

  max-width:680px;

  font-size:19px;

  line-height:1.65;

  color:#514D5A;

  margin-bottom:14px;

}


.hero-secondary{

  max-width:660px;

  font-size:16px;

  line-height:1.65;

  color:#76717D;

}


.hero-actions{

  display:flex;

  gap:12px;

  align-items:center;

  margin-top:30px;

}


.hero-proof{

  display:flex;

  align-items:center;

  flex-wrap:wrap;

  gap:11px;

  margin-top:29px;

  color:#817B88;

  font-size:9px;

  font-weight:800;

  letter-spacing:.12em;

}


.hero-proof i{

  width:4px;

  height:4px;

  border-radius:50%;

  background:var(--cyan);

}


/* =========================================
   HERO GRAPHICS
========================================= */

.hero-background{

  position:absolute;

  right:-70px;

  top:0;

  width:58%;

  height:100%;

}


.hero-background:after{

  content:"";

  position:absolute;

  inset:0;

  background:
    linear-gradient(
      90deg,
      #FAF8FC 0%,
      rgba(250,248,252,.88) 14%,
      rgba(250,248,252,.10) 60%,
      rgba(250,248,252,0) 100%
    );

}


.hero-orbit{

  position:absolute;

  border:
    1px solid
    rgba(91,58,145,.20);

  border-radius:50%;

}


.orbit-one{

  width:600px;

  height:600px;

  right:25px;

  top:40px;

}


.orbit-two{

  width:440px;

  height:440px;

  right:105px;

  top:120px;

  border-color:
    rgba(0,143,143,.22);

}


.orbit-three{

  width:290px;

  height:290px;

  right:180px;

  top:195px;

  border-color:
    rgba(242,99,50,.22);

}


.hero-node{

  position:absolute;

  width:72px;

  height:72px;

  border-radius:50%;

  display:flex;

  align-items:center;

  justify-content:center;

  z-index:3;

  font-size:9px;

  font-weight:800;

  letter-spacing:.08em;

  background:#fff;

  box-shadow:
    0 10px 30px
    rgba(24,20,42,.10);

}


.node-a{

  right:120px;

  top:130px;

  color:var(--purple);

  border:
    2px solid
    rgba(91,58,145,.35);

}


.node-b{

  right:420px;

  top:280px;

  color:var(--cyan);

  border:
    2px solid
    rgba(0,143,143,.35);

}


.node-c{

  right:130px;

  bottom:130px;

  color:var(--orange);

  border:
    2px solid
    rgba(242,99,50,.35);

}


.node-d{

  right:350px;

  bottom:95px;

  color:var(--purple);

  border:
    2px solid
    rgba(91,58,145,.35);

}


/* =========================================
   INTRO
========================================= */

.intro{

  padding:
    110px 0;

  background:#fff;

}


.intro-content{

  max-width:860px;

  margin:auto;

  text-align:center;

}


.section-kicker{

  margin-bottom:15px;

  color:var(--orange);

  font-size:11px;

  font-weight:800;

  letter-spacing:.16em;

}


.intro h2{

  font-size:
    clamp(
      33px,
      4vw,
      50px
    );

  line-height:1.1;

  letter-spacing:-.045em;

  color:var(--navy);

  margin-bottom:24px;

}


.intro h2 strong{

  color:var(--purple);

}


.intro p{

  max-width:810px;

  margin:
    0 auto
    12px;

  font-size:17px;

  line-height:1.72;

  color:var(--grey);

}


/* =========================================
   SYMPTOMS
========================================= */

.symptoms{

  padding:
    105px 0;

  background:var(--background);

}


.section-top{

  display:grid;

  grid-template-columns:
    1.05fr
    .55fr;

  gap:80px;

  align-items:end;

}


.section-top h2{

  margin:
    18px 0 0;

  font-size:
    clamp(
      33px,
      4vw,
      49px
    );

  line-height:1.1;

  letter-spacing:-.045em;

  color:var(--navy);

}


.section-top h2 strong{

  color:var(--purple);

}


.section-top>p{

  margin:0 0 5px;

  color:var(--grey);

  font-size:16px;

  line-height:1.65;

}


.symptom-list{

  margin-top:56px;

  border-top:
    1px solid
    var(--line);

}


.symptom-list article{

  display:grid;

  grid-template-columns:
    70px
    1fr;

  gap:25px;

  padding:
    24px 0;

  border-bottom:
    1px solid
    var(--line);

  opacity:0;

  transform:
    translateY(12px);

  transition:.55s;

}


.symptom-list article.in{

  opacity:1;

  transform:none;

}


.symptom-list article>span{

  color:var(--orange);

  font:
    600 13px
    "Lexend Deca";

}


.symptom-list h3{

  margin:
    0 0 8px;

  font-size:20px;

  line-height:1.3;

  color:var(--navy);

}


.symptom-list p{

  margin:0;

  max-width:800px;

  font-size:14px;

  line-height:1.6;

  color:var(--grey);

}


/* =========================================
   SERVICES
========================================= */

.services{

  padding:
    110px 0;

  background:#fff;

}


.section-center{

  max-width:790px;

  margin:auto;

  text-align:center;

}


.section-center h2{

  margin:
    18px 0;

  font-size:
    clamp(
      33px,
      4vw,
      50px
    );

  line-height:1.1;

  letter-spacing:-.045em;

  color:var(--navy);

}


.section-center h2 strong{

  color:var(--purple);

}


.section-center>p{

  font-size:16px;

  line-height:1.65;

  color:var(--grey);

}


.service-grid{

  display:grid;

  grid-template-columns:
    repeat(3,1fr);

  gap:18px;

  margin-top:57px;

}


.service-card{

  min-height:490px;

  padding:29px;

  border-radius:17px;

  color:#fff;

  position:relative;

  overflow:hidden;

  opacity:0;

  transform:
    translateY(15px);

  transition:.6s;

}


.service-card.in{

  opacity:1;

  transform:none;

}


.service-card:after{

  content:"";

  position:absolute;

  width:190px;

  height:190px;

  right:-80px;

  top:-80px;

  border:
    1px solid
    rgba(255,255,255,.15);

  border-radius:50%;

}


.service-purple{
  background:#5B3A91;
}


.service-cyan{
  background:#008F8F;
}


.service-orange{
  background:#F26332;
}


.service-navy{
  background:#252039;
}


.service-slate{
  background:#48566A;
}


.service-violet{
  background:#7047A8;
}


.service-number{

  font:
    600 12px
    "Lexend Deca";

  opacity:.7;

}


.service-label{

  margin-top:5px;

  font-size:9px;

  font-weight:800;

  letter-spacing:.13em;

  opacity:.82;

}


.service-card h3{

  margin:
    62px 0 16px;

  font-size:27px;

  line-height:1.12;

  letter-spacing:-.04em;

}


.service-card p{

  min-height:80px;

  font-size:14px;

  line-height:1.6;

  color:
    rgba(255,255,255,.84);

}


.service-card ul{

  margin:17px 0 0;

  padding:15px 0 0;

  list-style:none;

  border-top:
    1px solid
    rgba(255,255,255,.22);

}


.service-card li{

  padding:6px 0;

  font-size:12px;

  color:
    rgba(255,255,255,.92);

}


.service-card li:before{

  content:"→";

  margin-right:8px;

}


/* =========================================
   AUTOMATION FOCUS
========================================= */

.automation-focus{

  padding:
    110px 0;

  background:
    #F0FAF9;

}


.automation-grid{

  display:grid;

  grid-template-columns:
    .75fr
    1.25fr;

  gap:80px;

  align-items:center;

}


.automation-copy h2{

  margin:
    18px 0;

  max-width:520px;

  font-size:
    clamp(
      34px,
      4vw,
      50px
    );

  line-height:1.1;

  letter-spacing:-.045em;

  color:var(--navy);

}


.automation-copy h2 strong{

  color:var(--cyan);

}


.automation-copy p{

  max-width:510px;

  font-size:16px;

  line-height:1.7;

  color:var(--grey);

}


.text-arrow{

  display:inline-flex;

  gap:9px;

  margin-top:10px;

  color:var(--purple);

  font-size:14px;

  font-weight:800;

}


.text-arrow b{

  color:var(--orange);

}


/* =========================================
   AUTOMATION MAP
========================================= */

.automation-map{

  min-height:470px;

  position:relative;

  background:#fff;

  border:
    1px solid
    #D6E8E5;

  border-radius:22px;

  overflow:hidden;

  box-shadow:
    0 18px 45px
    rgba(24,20,42,.07);

}


.map-title{

  position:absolute;

  top:25px;

  left:28px;

  font-size:9px;

  font-weight:800;

  letter-spacing:.14em;

  color:var(--muted);

}


.map-center{

  position:absolute;

  left:50%;

  top:50%;

  width:150px;

  height:150px;

  margin:
    -75px 0 0 -75px;

  border-radius:50%;

  background:
    linear-gradient(
      135deg,
      var(--purple),
      #7650A6
    );

  display:flex;

  flex-direction:column;

  align-items:center;

  justify-content:center;

  color:#fff;

  z-index:4;

  box-shadow:
    0 15px 35px
    rgba(91,58,145,.22);

}


.map-center span{

  font-size:9px;

  font-weight:800;

  letter-spacing:.15em;

  opacity:.7;

}


.map-center strong{

  margin-top:5px;

  font:
    600 25px
    "Lexend Deca";

}


.map-node{

  position:absolute;

  width:145px;

  min-height:85px;

  padding:13px;

  background:#fff;

  border:
    1px solid
    #DCE2E8;

  border-radius:12px;

  box-shadow:
    0 8px 20px
    rgba(24,20,42,.07);

  z-index:5;

}


.map-node small{

  display:block;

  margin-bottom:6px;

  font-size:8px;

  font-weight:800;

  letter-spacing:.12em;

}


.map-node strong{

  font:
    600 15px
    "Lexend Deca";

  line-height:1.1;

  color:var(--navy);

}


.map-marketing{

  left:42px;

  top:78px;

  border-left:
    3px solid
    var(--purple);

}


.map-data{

  right:42px;

  top:78px;

  border-left:
    3px solid
    var(--cyan);

}


.map-gtm{

  left:42px;

  bottom:62px;

  border-left:
    3px solid
    var(--orange);

}


.map-revenue{

  right:42px;

  bottom:62px;

  border-left:
    3px solid
    #48566A;

}


.map-marketing small{
  color:var(--purple);
}


.map-data small{
  color:var(--cyan);
}


.map-gtm small{
  color:var(--orange);
}


.map-revenue small{
  color:#48566A;
}


.map-line{

  position:absolute;

  height:1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      #AABEC0,
      transparent
    );

  width:160px;

  left:50%;

  top:50%;

  transform-origin:left center;

  z-index:2;

}


.line-a{

  transform:
    rotate(-28deg);

}


.line-b{

  transform:
    rotate(28deg);

}


.line-c{

  transform:
    rotate(208deg);

}


.line-d{

  transform:
    rotate(152deg);

}


/* =========================================
   OPERATING SYSTEM
========================================= */

.operating-system{

  padding:
    110px 0;

  background:#fff;

}


.operating-stack{

  max-width:920px;

  margin:
    58px auto 0;

  border-top:
    1px solid
    var(--line);

}


.stack-item{

  display:grid;

  grid-template-columns:
    55px
    300px
    1fr;

  gap:25px;

  align-items:center;

  padding:
    25px 0;

  border-bottom:
    1px solid
    var(--line);

  opacity:0;

  transform:
    translateY(10px);

  transition:.5s;

}


.stack-item.in{

  opacity:1;

  transform:none;

}


.stack-item>span{

  color:var(--orange);

  font:
    600 12px
    "Lexend Deca";

}


.stack-item small{

  display:block;

  margin-bottom:5px;

  font-size:9px;

  font-weight:800;

  letter-spacing:.13em;

  color:var(--purple);

}


.stack-item strong{

  font:
    600 18px
    "Lexend Deca";

  color:var(--navy);

}


.stack-item p{

  margin:0;

  font-size:14px;

  line-height:1.55;

  color:var(--grey);

}


/* =========================================
   CAPABILITIES
========================================= */

.capabilities{

  padding:
    105px 0;

  background:var(--background);

}


.capabilities-grid{

  display:grid;

  grid-template-columns:
    .65fr
    1.35fr;

  gap:80px;

}


.capabilities-heading h2{

  margin:
    18px 0 0;

  font-size:
    clamp(
      34px,
      4vw,
      49px
    );

  line-height:1.1;

  letter-spacing:-.045em;

  color:var(--navy);

}


.capabilities-heading h2 strong{

  color:var(--purple);

}


.capability-columns{

  display:grid;

  grid-template-columns:
    repeat(2,1fr);

  gap:0 35px;

}


.capability-columns>div{

  padding:
    22px 0;

  border-top:
    1px solid
    var(--line);

}


.capability-columns span{

  display:block;

  margin-bottom:12px;

  color:var(--orange);

  font-size:9px;

  font-weight:800;

  letter-spacing:.14em;

}


.capability-columns a{

  display:block;

  padding:5px 0;

  font-size:14px;

  color:#575260;

  transition:.2s;

}


.capability-columns a:hover{

  color:var(--purple);

  transform:
    translateX(3px);

}


/* =========================================
   WHY
========================================= */

.why{

  padding:
    105px 0;

  background:var(--navy);

  color:#fff;

}


.why-grid{

  display:grid;

  grid-template-columns:
    .9fr
    1.1fr;

  gap:100px;

}


.why h2{

  margin:
    18px 0;

  max-width:500px;

  font-size:
    clamp(
      34px,
      4vw,
      50px
    );

  line-height:1.1;

  letter-spacing:-.045em;

  color:#fff;

}


.why h2 strong{

  color:#A991D2;

}


.why p{

  max-width:500px;

  font-size:16px;

  line-height:1.7;

  color:#C6C1D0;

}


.why-points{

  display:grid;

  grid-template-columns:
    repeat(2,1fr);

  gap:0 30px;

}


.why-points>div{

  padding:
    22px 0;

  border-top:
    1px solid
    rgba(255,255,255,.16);

  opacity:0;

  transform:
    translateY(10px);

  transition:.5s;

}


.why-points>div.in{

  opacity:1;

  transform:none;

}


.why-points b{

  display:block;

  margin-bottom:7px;

  font:
    600 17px
    "Lexend Deca";

  color:#fff;

}


.why-points span{

  display:block;

  font-size:13px;

  line-height:1.6;

  color:#C5C0CE;

}


/* =========================================
   CONTACT
========================================= */

.contact{

  padding:
    105px 0;

  background:#F7F5FA;

}


.contact-grid{

  display:grid;

  grid-template-columns:
    .85fr
    1.15fr;

  gap:90px;

  align-items:start;

}


.contact-copy h2{

  margin:
    18px 0;

  font-size:
    clamp(
      34px,
      4vw,
      49px
    );

  line-height:1.1;

  letter-spacing:-.045em;

  color:var(--navy);

}


.contact-copy h2 strong{

  color:var(--purple);

}


.contact-copy p{

  max-width:480px;

  font-size:16px;

  line-height:1.7;

  color:var(--grey);

}


.contact-form{

  padding:30px;

  background:#fff;

  border:
    1px solid
    var(--line);

  border-radius:17px;

  box-shadow:
    0 15px 35px
    rgba(24,20,42,.06);

}


.form-row{

  display:grid;

  grid-template-columns:
    1fr 1fr;

  gap:15px;

}


.contact-form label{

  display:block;

  margin-bottom:15px;

  color:#4F4A57;

  font-size:12px;

  font-weight:700;

}


.contact-form input,
.contact-form textarea{

  width:100%;

  display:block;

  margin-top:7px;

  padding:12px 13px;

  font:inherit;

  color:var(--ink);

  background:#fff;

  border:
    1px solid
    #DDD8E5;

  border-radius:8px;

  outline:none;

}


.contact-form input:focus,
.contact-form textarea:focus{

  border-color:var(--purple);

  box-shadow:
    0 0 0 3px
    rgba(91,58,145,.10);

}


.contact-form textarea{

  min-height:120px;

  resize:vertical;

}


.form-status{

  min-height:16px;

  margin-top:12px;

  font-size:12px;

  color:var(--purple);

}


/* =========================================
   FOOTER
========================================= */

footer{

  padding:
    35px 0;

  background:
    #141020;

  color:#C8C2D2;

}


.footer-inner{

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:30px;

}


.footer-inner img{

  width:205px;

  max-height:50px;

  object-fit:contain;

  object-position:left center;

}


.footer-inner p{

  margin:
    9px 0 0;

  font-size:11px;

  letter-spacing:.04em;

}


.footer-links{

  display:flex;

  gap:25px;

}


.footer-links a{

  font-size:12px;

  color:#D9D3E0;

}


.footer-links a:hover{

  color:#fff;

}


/* =========================================
   TABLET
========================================= */

@media(max-width:950px){

  .nav-links{
    display:none;
  }


  .hero-copy{
    width:72%;
  }


  .service-grid{
    grid-template-columns:
      1fr 1fr;
  }


  .section-top,
  .automation-grid,
  .capabilities-grid,
  .why-grid,
  .contact-grid{

    grid-template-columns:1fr;

    gap:45px;

  }


  .stack-item{

    grid-template-columns:
      50px
      250px
      1fr;

  }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:650px){

  .container{

    width:
      calc(100% - 32px);

  }


  .site-nav{

    height:68px;

  }


  .brand img{

    width:155px;

  }


  .nav-cta{

    padding:
      10px 13px;

    font-size:12px;

  }


  .hero{

    min-height:760px;

  }


  .hero-content{

    min-height:760px;

    align-items:flex-start;

  }


  .hero-copy{

    width:100%;

    padding-top:65px;

  }


  .hero h1{

    font-size:42px;

  }


  .hero-lead{

    font-size:16px;

  }


  .hero-secondary{

    font-size:15px;

  }


  .hero-actions{

    align-items:flex-start;

    flex-direction:column;

  }


  .hero-background{

    width:100%;

    right:-170px;

    opacity:.65;

  }


  .hero-proof{

    gap:8px;

  }


  .intro,
  .symptoms,
  .services,
  .automation-focus,
  .operating-system,
  .capabilities,
  .why,
  .contact{

    padding:
      78px 0;

  }


  .symptom-list article{

    grid-template-columns:
      40px
      1fr;

    gap:15px;

  }


  .service-grid{

    grid-template-columns:1fr;

  }


  .service-card{

    min-height:420px;

  }


  .automation-map{

    min-height:500px;

  }


  .map-node{

    width:120px;

  }


  .map-marketing{

    left:15px;
    top:75px;

  }


  .map-data{

    right:15px;
    top:75px;

  }


  .map-gtm{

    left:15px;
    bottom:65px;

  }


  .map-revenue{

    right:15px;
    bottom:65px;

  }


  .map-center{

    width:125px;
    height:125px;

    margin:
      -62px 0 0 -62px;

  }


  .map-center strong{

    font-size:21px;

  }


  .map-line{

    width:110px;

  }


  .operating-stack{

    margin-top:45px;

  }


  .stack-item{

    grid-template-columns:
      35px
      1fr;

    gap:15px;

  }


  .stack-item p{

    grid-column:
      2;

  }


  .capability-columns{

    grid-template-columns:1fr;

  }


  .why-points{

    grid-template-columns:1fr;

  }


  .form-row{

    grid-template-columns:1fr;

  }


  .footer-inner{

    flex-direction:column;

    align-items:flex-start;

  }

}
