

:root {

  --iq-green-dark: #05291F;
  --iq-green: #0A3D2E;
  --iq-green-light: #145B44;

  --iq-orange: #E8751A;
  --iq-orange-light: #F49A4A;

  --iq-white: #FFFFFF;
  --iq-offwhite: #F7F9F8;

  --iq-text: #16221D;
  --iq-muted: #69756F;

  --iq-border: #DDE5E0;

}


/* =========================
   GLOBAL
   ========================= */

.iq-section {

  padding: 110px 0;

}

.iq-section-label {

  margin-bottom: 16px;

  color: var(--iq-orange);

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .18em;

}

.iq-section-label.light {

  color: var(--iq-orange-light);

}

.iq-section-title {

  margin: 0;

  max-width: 780px;

  color: var(--iq-text);

  font-size: clamp(2.2rem, 4vw, 3.8rem);

  line-height: 1.08;

  letter-spacing: -.045em;

  font-weight: 750;

}

.iq-section-title span {

  color: var(--iq-green);

}

.iq-section-text {

  color: var(--iq-muted);

  line-height: 1.8;

  font-size: 15px;

}


/* =========================
   HERO
   ========================= */

.iq-hero {

  position: relative;

  overflow: hidden;

  background:
    linear-gradient(
      125deg,
      #05291F,
      #0A3D2E 60%,
      #073326
    );

  color: #FFFFFF;

}


.iq-hero-grid {

  position: absolute;

  inset: 0;

  opacity: .035;

  background-image:

    linear-gradient(
      rgba(255,255,255,.8) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(255,255,255,.8) 1px,
      transparent 1px
    );

  background-size: 65px 65px;

}


.iq-hero::after {

  content: "";

  position: absolute;

  width: 550px;

  height: 550px;

  right: -180px;

  top: -180px;

  border-radius: 50%;

  background: rgba(232,117,26,.08);

  filter: blur(80px);

}


.iq-eyebrow {

  display: inline-flex;

  align-items: center;

  gap: 9px;

  padding: 8px 13px;

  margin-bottom: 25px;

  border: 1px solid rgba(255,255,255,.12);

  border-radius: 5px;

  background: rgba(255,255,255,.035);

  color: #B7C9C1;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .13em;

  text-transform: uppercase;

}


.iq-eyebrow span {

  width: 7px;

  height: 7px;

  border-radius: 50%;

  background: var(--iq-orange);

  box-shadow:
    0 0 0 4px rgba(232,117,26,.12);

}


.iq-hero-title {

  max-width: 780px;

  margin: 0;

  font-size: clamp(3rem, 6vw, 5.5rem);

  line-height: .99;

  letter-spacing: -.055em;

  font-weight: 760;

}


.iq-hero-title span {

  display: block;

  color: #D9E6E0;

}


.iq-hero-text {

  max-width: 650px;

  margin-top: 28px;

  color: #AFC2BA;

  font-size: 17px;

  line-height: 1.8;

}


.iq-hero-actions {

  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  margin-top: 32px;

}


.iq-btn {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  padding: 13px 20px;

  border-radius: 6px;

  font-size: 13px;

  font-weight: 700;

  text-decoration: none;

  transition: all .25s ease;

}


.iq-btn-primary {

  background: var(--iq-orange);

  border: 1px solid var(--iq-orange);

  color: #FFFFFF;

}


.iq-btn-primary:hover {

  background: var(--iq-orange-light);

  border-color: var(--iq-orange-light);

  color: #FFFFFF;

  transform: translateY(-2px);

  box-shadow:
    0 12px 30px rgba(232,117,26,.22);

}


.iq-btn-outline {

  border: 1px solid rgba(255,255,255,.18);

  color: #FFFFFF;

  background: rgba(255,255,255,.025);

}


.iq-btn-outline:hover {

  color: #FFFFFF;

  background: rgba(255,255,255,.08);

  border-color: rgba(255,255,255,.3);

}


.iq-hero-capabilities {

  display: flex;

  flex-wrap: wrap;

  gap: 20px;

  margin-top: 35px;

}


.iq-hero-capabilities span {

  color: #90A79E;

  font-size: 11px;

}


.iq-hero-capabilities i {

  margin-right: 6px;

  color: var(--iq-orange);

}


/* =========================
   HERO VISUAL
   ========================= */

.iq-hero-visual {

  position: relative;

  height: 530px;

  display: flex;

  align-items: center;

  justify-content: center;

}


.iq-tech-core {

  position: relative;

  z-index: 3;

  width: 190px;

  height: 190px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  border: 1px solid rgba(255,255,255,.16);

  background:
    radial-gradient(
      circle,
      rgba(232,117,26,.16),
      rgba(255,255,255,.025) 60%
    );

  box-shadow:
    0 0 80px rgba(232,117,26,.12);

}


.iq-tech-core i {

  color: var(--iq-orange);

  font-size: 48px;

}


.iq-tech-core span {

  margin-top: 8px;

  color: #FFFFFF;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: .2em;

}


.iq-core-glow {

  position: absolute;

  inset: 20px;

  border-radius: 50%;

  border: 1px dashed rgba(255,255,255,.12);

}


.iq-orbit {

  position: absolute;

  border: 1px solid rgba(255,255,255,.07);

  border-radius: 50%;

}


.iq-orbit-1 {

  width: 370px;

  height: 370px;

}


.iq-orbit-2 {

  width: 500px;

  height: 500px;

  border-style: dashed;

  opacity: .6;

}


.iq-floating-card {

  position: absolute;

  z-index: 5;

  display: flex;

  align-items: center;

  gap: 11px;

  padding: 13px 16px;

  border: 1px solid rgba(255,255,255,.12);

  border-radius: 9px;

  background: rgba(5,41,31,.9);

  backdrop-filter: blur(12px);

  box-shadow:
    0 20px 45px rgba(0,0,0,.22);

}


.iq-card-top {

  top: 65px;

  left: 0;

}


.iq-card-bottom {

  right: 0;

  bottom: 75px;

}


.iq-card-icon {

  width: 38px;

  height: 38px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 8px;

  background: rgba(255,255,255,.06);

  color: #9DC7B5;

}


.iq-card-icon.orange {

  color: var(--iq-orange);

}


.iq-floating-card small {

  display: block;

  color: #7D948A;

  font-size: 8px;

  text-transform: uppercase;

  letter-spacing: .1em;

}


.iq-floating-card strong {

  display: block;

  margin-top: 2px;

  color: #FFFFFF;

  font-size: 12px;

}


.iq-status {

  width: 7px;

  height: 7px;

  margin-left: 4px;

  border-radius: 50%;

  background: #55C58B;

}


.iq-visual-label {

  position: absolute;

  right: 15%;

  bottom: 5px;

  text-align: right;

}


.iq-visual-label span {

  display: block;

  color: #718980;

  font-size: 8px;

  letter-spacing: .2em;

}


.iq-visual-label strong {

  display: block;

  margin-top: 4px;

  color: rgba(255,255,255,.35);

  font-size: 11px;

  letter-spacing: .12em;

}


/* =========================
   CAPABILITY BAR
   ========================= */

.iq-capability-bar {

  padding: 22px 0;

  background: #FFFFFF;

  border-bottom: 1px solid var(--iq-border);

}


.iq-capability-label {

  color: #8A9690;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .15em;

}


.iq-capability-items {

  display: flex;

  justify-content: flex-end;

  flex-wrap: wrap;

  gap: 28px;

}


.iq-capability-items span {

  color: #98A39E;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .08em;

}


/* =========================
   INTRO
   ========================= */

.iq-intro {

  background: #FFFFFF;

}


/* =========================
   SERVICES
   ========================= */

.iq-services {

  background: var(--iq-offwhite);

}


.iq-service-card {

  position: relative;

  height: 100%;

  padding: 30px;

  border: 1px solid var(--iq-border);

  border-radius: 10px;

  background: #FFFFFF;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;

}


.iq-service-card:hover {

  transform: translateY(-5px);

  border-color: #B8CDC3;

  box-shadow:
    0 20px 45px rgba(5,41,31,.08);

}


.iq-service-card.featured {

  border-top: 3px solid var(--iq-orange);

}


.iq-service-top {

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  margin-bottom: 28px;

}


.iq-service-top > span {

  color: #C2CCC7;

  font-size: 10px;

  font-weight: 800;

}


.iq-service-icon {

  width: 48px;

  height: 48px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 9px;

  background: #EDF4F0;

  color: var(--iq-green);

  font-size: 20px;

}


.iq-service-card h3 {

  margin-bottom: 12px;

  color: var(--iq-text);

  font-size: 19px;

  font-weight: 750;

}


.iq-service-card p {

  min-height: 85px;

  color: var(--iq-muted);

  font-size: 13px;

  line-height: 1.75;

}


.iq-service-card a {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  color: var(--iq-green);

  font-size: 11px;

}


.iq-service-card a i {

  color: var(--iq-orange);

}


/* =========================
   SOLUTIONS
   ========================= */

.iq-solutions {

  padding: 110px 0;

  overflow: hidden;

  background: var(--iq-green-dark);

}


.iq-dark-title {

  max-width: 650px;

  color: #FFFFFF;

  font-size: clamp(2.3rem, 4vw, 4rem);

  line-height: 1.08;

  letter-spacing: -.045em;

  font-weight: 750;

}


.iq-dark-title span {

  display: block;

  color: #CFE0D9;

}


.iq-dark-text {

  max-width: 600px;

  margin-top: 22px;

  color: #A8BDB4;

  line-height: 1.8;

}


.iq-solution-list {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 12px;

  margin-top: 30px;

}


.iq-solution-list div {

  color: #C6D4CE;

  font-size: 12px;

}


.iq-solution-list i {

  margin-right: 7px;

  color: var(--iq-orange);

}


/* Dashboard visual */

.iq-dashboard {

  padding: 18px;

  border: 1px solid rgba(255,255,255,.1);

  border-radius: 13px;

  background: #0B3528;

  box-shadow:
    0 30px 80px rgba(0,0,0,.25);

}


.iq-dashboard-header {

  display: flex;

  justify-content: space-between;

  color: #708A80;

  font-size: 8px;

  letter-spacing: .12em;

}


.iq-live {

  color: #55C58B;

}


.iq-dashboard-content {

  margin-top: 20px;

}


.iq-dashboard-main {

  padding: 22px;

  border-radius: 9px;

  background: rgba(255,255,255,.035);

}


.iq-dashboard-main small {

  display: block;

  color: #708A80;

  font-size: 8px;

}


.iq-dashboard-main strong {

  display: block;

  margin-top: 6px;

  color: #FFFFFF;

  font-size: 17px;

}


.iq-chart {

  height: 160px;

  display: flex;

  align-items: flex-end;

  gap: 10px;

  margin-top: 25px;

}


.iq-chart span {

  flex: 1;

  border-radius: 3px 3px 0 0;

  background:
    linear-gradient(
      to top,
      var(--iq-orange),
      rgba(232,117,26,.3)
    );

}


.iq-dashboard-stats {

  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 10px;

  margin-top: 10px;

}


.iq-dashboard-stats div {

  padding: 15px;

  border-radius: 8px;

  background: rgba(255,255,255,.035);

}


.iq-dashboard-stats small {

  display: block;

  color: #708A80;

  font-size: 7px;

}


.iq-dashboard-stats strong {

  display: block;

  margin-top: 5px;

  color: #FFFFFF;

  font-size: 16px;

}


/* =========================
   WHY
   ========================= */

.iq-why {

  background: #FFFFFF;

}


.iq-principle {

  height: 100%;

  padding-top: 25px;

  border-top: 1px solid var(--iq-border);

}


.iq-principle > span {

  color: #BBC6C1;

  font-size: 10px;

  font-weight: 800;

}


.iq-principle i {

  display: block;

  margin: 24px 0 17px;

  color: var(--iq-green);

  font-size: 22px;

}


.iq-principle h3 {

  margin-bottom: 10px;

  font-size: 17px;

}


.iq-principle p {

  margin: 0;

  color: var(--iq-muted);

  font-size: 12px;

  line-height: 1.7;

}


/* =========================
   FINAL CTA
   ========================= */

.iq-final-cta {

  padding: 80px 0;

  background: #FFFFFF;

}


.iq-final-box {

  position: relative;

  overflow: hidden;

  padding: 65px;

  border-radius: 15px;

  background:
    linear-gradient(
      120deg,
      #05291F,
      #0A3D2E
    );

}


.iq-final-box h2 {

  max-width: 650px;

  margin: 0;

  color: #FFFFFF;

  font-size: clamp(2.3rem, 4vw, 4rem);

  line-height: 1.05;

  letter-spacing: -.045em;

}


.iq-final-box h2 span {

  color: #D2E1DB;

}


.iq-final-box p {

  max-width: 600px;

  margin: 22px 0 28px;

  color: #A9BEB5;

  line-height: 1.8;

}


.iq-final-symbol {

  position: absolute;

  right: 10%;

  top: 50%;

  transform: translateY(-50%);

  color: rgba(255,255,255,.06);

  font-size: 180px;

}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 991px) {

  .iq-hero {

    min-height: auto;

  }

  .iq-hero-visual {

    height: 450px;

  }

  .iq-capability-items {

    justify-content: flex-start;

    margin-top: 10px;

  }

  .iq-final-symbol {

    opacity: .5;

  }

}


@media (max-width: 767px) {

  .iq-section {

    padding: 80px 0;

  }

  .iq-hero-title {

    font-size: 2.8rem;

  }

  .iq-hero-text {

    font-size: 15px;

  }

  .iq-hero-visual {

    height: 380px;

  }

  .iq-orbit-1 {

    width: 280px;

    height: 280px;

  }

  .iq-orbit-2 {

    width: 350px;

    height: 350px;

  }

  .iq-tech-core {

    width: 145px;

    height: 145px;

  }

  .iq-card-top {

    left: 0;

    top: 35px;

  }

  .iq-card-bottom {

    right: 0;

    bottom: 35px;

  }

  .iq-solution-list {

    grid-template-columns: 1fr;

  }

  .iq-final-box {

    padding: 40px 28px;

  }

  .iq-final-symbol {

    display: none;

  }

}
