@charset "UTF-8";
/**
 * Design tokens — Snipeyes v4.8
 * Type scale: Major Third (1.25) on 16px base.
 * Palette: single ink scale (slate) + single brand gold + accents.
 * Old names kept as aliases so existing partials keep compiling.
 */
/**
 * Brand & accents (canonical — jangan tambah kuning/hijau baru)
 */
/**
 * Ink scale (canonical — ganti semua near-black/abu acak ke ini)
 */
/** Legacy aliases (backward-compat) */
/** Type scale (px) — proporsional 1.25 */
/** Headings — Major Third, line-height menyempit ke atas */
:root {
  --ink: #0F172A;
  --body: #334155;
  --muted: #64748B;
  --color-text-default: #0F172A;
  --color-text-muted: #475569;
  --color-primary: #144BE1;
  --color-primary-active: #1E40AF;
  --color-background: #ffffff;
  --color-background-alt: #F8FAFC;
  --card: #ffffff;
  --text: #334155;
  --accent: #FFE238;
  --brand-deep: #F2A900;
  --line: #E2E8F0;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  background-color: #ffffff;
  color: #334155;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 165%;
}

body {
  padding: 0 20px;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
}

ul, li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav, header {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: #0F172A;
  cursor: pointer;
  font-weight: 600;
}

.container {
  max-width: 1255px;
  margin: 0 auto;
  background-color: #ffffff;
}

.uppercase {
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  color: #0F172A;
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.015em;
}

p {
  margin-block-end: 1em;
  margin-block-start: 1em;
  color: #334155;
}

h1 {
  font-size: 40px;
  line-height: 1.15;
}

h2 {
  font-size: 32px;
  line-height: 1.2;
}

h3 {
  font-size: 26px;
  line-height: 1.3;
}

h4 {
  font-size: 21px;
  line-height: 1.35;
}

h5 {
  font-size: 18px;
  line-height: 1.4;
  font-style: initial;
}

h6 {
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
}

.post-content p {
  line-height: 1.75;
  margin: 0 0 1.1em;
}
.post-content li {
  line-height: 1.7;
  margin-bottom: 0.5em;
}
.post-content h2, .post-content h3, .post-content h4 {
  margin: 1.6em 0 0.6em;
  line-height: 1.3;
}
.post-content h2:first-child, .post-content h3:first-child {
  margin-top: 0;
}
.post-content ul, .post-content ol {
  margin: 0 0 1.2em;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.clear {
  padding-top: 64px;
  clear: both;
}

.center {
  margin: 0 auto;
}

.highlight {
  padding: 10px;
  white-space: pre-wrap;
  color: #ffffff;
  font-size: 14px;
  background-color: #0F172A;
}

.h1-seo, .h2-seo, .h3-seo, .h4-seo, .h5-seo {
  color: #0F172A;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 180%;
}

mark {
  background-color: #FFE238;
  color: #0F172A;
  font-weight: bold;
}

.icon {
  font-size: 30px;
  padding: 15px 0;
}
.icon a:hover {
  background-color: #ffffff !important;
}
.icon img {
  max-width: 30px;
}

.grid {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-items: center;
  text-align: center;
}

.gridItem {
  padding: 10px;
}

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #64748B, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #64748B, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #64748B, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #64748B, #f0f0f0);
}

header {
  font-size: 14px;
  display: block;
  padding: 10px 0;
  border-width: 1px;
  border-color: #64748B;
  text-transform: capitalize;
}
header li {
  float: right;
  padding-left: 10px;
}
header li a {
  display: block;
  text-align: center;
  padding: 0.1em 0.5em;
}
header li a:hover {
  background-color: #1e3932;
  color: #ffffff;
}

nav.nav--wide {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
  position: sticky;
  top: 0;
  z-index: 1002;
  padding: 0;
  overflow: visible;
}
nav.nav--wide .nav-inner {
  max-width: 1255px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 32px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
nav.nav--wide .nav-logo {
  display: flex;
  align-items: center;
}

nav {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1000;
  overflow: visible;
}
nav .navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  overflow: visible;
  text-align: right;
}
nav .navbar li {
  margin: 0;
  float: none;
  padding: 0 0 0 10px;
  position: relative;
  white-space: nowrap;
}
nav .navbar a {
  display: block;
  text-align: right;
  padding: 0.6em 0.5em;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
nav .navbar a {
  color: #0f172a;
}
nav .navbar a:hover {
  color: #0f172a !important;
  background: none !important;
  background-color: transparent !important;
  border-radius: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.logo {
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.nav-logo a:hover,
.nav-logo a:focus {
  background: none !important;
  background-color: transparent !important;
  color: inherit !important;
}

.copyright {
  text-align: right;
}

footer {
  padding: 48px 0 0 0;
}
footer .grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
footer a {
  font-weight: normal;
  display: inline-block;
}
footer a:hover {
  background-color: #FFE238;
  color: #0F172A;
}
footer a:visited {
  color: #475569;
}
footer .logo {
  max-height: 50px;
}
footer .office {
  max-width: 400px;
}

.services {
  text-align: center;
}
.services .grid-services {
  display: grid;
  grid-template-columns: auto auto;
}
.services img {
  max-width: 100%;
}

.menu1 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.06em;
}

.menu2 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.06em;
}

.text1 {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 165%;
}

.text2 {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 165%;
  padding: 10px 0;
  color: #334155;
}

.client {
  background-color: #64748B;
  text-align: center;
  margin-bottom: 50px;
}
.client img {
  max-height: 15px;
  padding: 40px;
}

.accreditations {
  clear: both;
  text-align: center;
}
.accreditations img {
  max-height: 140px;
  max-width: 360px;
  padding: 10px;
}
.accreditations .title {
  padding: 50px 0;
}

.partner {
  clear: both;
  text-align: center;
}
.partner img {
  max-height: 80px;
  max-width: 200px;
  padding: 10px;
}
.partner .title {
  padding: 50px 0;
}

.hiring {
  clear: both;
  text-align: center;
}
.hiring img {
  max-width: 100%;
  padding: 0 10px;
}

.tools {
  text-align: center;
  margin: 50px 0;
}
.tools img {
  max-height: 80px;
  max-width: 200px;
  padding: 10px;
}

.undeline {
  text-decoration: underline;
}

.heading {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f172a;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.heading.heading--wide {
  left: 0;
  right: 0;
}
.heading .heading-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.42;
  transform: scale(1.02);
  transition: transform 8s ease;
  will-change: transform;
}
.heading:hover .heading-bg {
  transform: scale(1.06);
}
.heading .heading-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.88) 0%, rgba(15, 23, 42, 0.62) 52%, rgba(15, 23, 42, 0.22) 100%);
}
.heading .heading-eye {
  position: absolute;
  right: -6%;
  top: 50%;
  transform: translateY(-50%);
  width: 58vw;
  height: 92%;
  max-width: 760px;
  max-height: 520px;
  background-image: url(/assets/images/iris-hc2.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.92;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.35));
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: lighten;
  transition: transform 0.9s ease, opacity 0.4s ease;
}
.heading:hover .heading-eye {
  transform: translateY(-50%) scale(1.02);
  opacity: 1;
}
.heading .motto {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1255px;
  margin: 0 auto;
  padding: 56px 32px 48px;
  box-sizing: border-box;
  color: #fff;
}
.heading .motto.motto--2col {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
  gap: 28px;
  align-items: center;
}
.heading .motto .motto-left {
  min-width: 0;
}
.heading .motto .motto-left h1 {
  max-width: 100%;
  font-size: 36px;
  line-height: 1.15;
}
.heading .motto .motto-left .sub-motto {
  max-width: 100%;
  color: #e2e8f0;
  font-size: 15.5px;
  line-height: 1.65;
}
.heading .motto .motto-left .cta-group, .heading .motto .motto-left .trust-bar {
  max-width: 100%;
}
.heading .motto .motto-right {
  display: grid;
  gap: 12px;
}
.heading .motto .motto-right .pillar-card {
  display: flex;
  gap: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  padding: 14px 14px;
  color: #0f172a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  transition: transform 0.18s, box-shadow 0.18s;
}
.heading .motto .motto-right .pillar-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}
.heading .motto .motto-right .pillar-card .pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.heading .motto .motto-right .pillar-card h4 {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.35;
}
.heading .motto .motto-right .pillar-card p {
  margin: 0 0 6px;
  font-size: 13.5px;
  color: #475569;
  line-height: 1.6;
}
.heading .motto .motto-right .pillar-card a {
  font-size: 12.5px;
  font-weight: 700;
  color: #144be1;
  text-decoration: none;
}
.heading .motto .motto-right .pillar-card a:hover {
  text-decoration: underline;
  background: none;
  border: none;
}
.heading .motto .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 6px 10px;
  border-radius: 0;
  margin-bottom: 14px;
  backdrop-filter: blur(6px);
}
.heading .motto .eyebrow .pulse {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
  animation: pulse-dot 2s infinite;
}
.heading .motto h3 {
  color: #fde68a;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  line-height: 1.5;
}
.heading .motto h1 {
  color: #fff;
  line-height: 1.15;
}
.heading .motto h1 mark {
  background: #FFE238;
  color: #0f172a;
  padding: 0 6px;
  border-radius: 0;
}
.heading .motto .sub-motto {
  max-width: 92%;
  color: #e2e8f0;
  font-size: 15.5px;
  line-height: 1.65;
}
.heading .motto a:hover {
  background-color: #FFE238;
  color: #0F172A;
  border: 2px solid #FFE238;
}
.heading .motto .cta-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.heading .motto .cta-group .btn-primary {
  background: linear-gradient(90deg, #f6c84c, #f2a900);
  color: #0f172a;
  border: 2px solid transparent;
  font-weight: 700;
}
.heading .motto .cta-group .btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
}
.heading .motto .cta-group .btn-secondary:hover {
  background: #fff;
  color: #0f172a;
}
.heading .motto .cta-group .btn {
  transition: transform 0.18s, box-shadow 0.18s;
}
.heading .motto .cta-group .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}
.heading .motto .trust-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.heading .motto .trust-bar .trust-stat {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.heading .motto .trust-bar .trust-stat strong {
  font-size: 20px;
  color: #fff;
}
.heading .motto .trust-bar .trust-stat span {
  font-size: 11px;
  color: #cbd5e1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.heading .motto .trust-bar .trust-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.18);
}
.heading .motto .trust-bar .trust-logos {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 6px;
}
.heading .motto .trust-bar .trust-logos img {
  height: 28px;
  width: auto;
  background: #fff;
  border-radius: 0;
  padding: 4px 6px;
}

@keyframes pulse-dot {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}
.btn-call {
  padding: 0.5em 1.5em;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.8);
  margin-right: 30px;
}

.btn-call-cyber {
  padding: 0.5em 1.5em;
  display: inline-block;
  background-color: #FFE238;
  border: 2px solid rgb(0, 0, 0);
  margin-right: 30px;
}

.btn-touch {
  padding: 0.5em 1.5em;
  display: inline-block;
  background-color: #FFE238;
  border: 2px solid rgba(224, 214, 214, 0.8);
  margin-right: 30px;
}

.btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

a:hover {
  background-color: #FFE238;
}

.s30 {
  float: left;
  width: 30%;
}

.s20 {
  float: left;
  width: 20%;
}

.s40 {
  float: left;
  width: 40%;
}

.s60 {
  float: left;
  width: 60%;
}

.s70 {
  float: left;
  width: 70%;
}

.s80 {
  float: left;
  width: 80%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.news img {
  max-width: 400px;
  padding: 50px 0;
}
.news .content {
  padding: 100px 50px;
}

.call-cyber img {
  max-width: 400px;
  padding: 50px 0;
}
.call-cyber .content {
  padding: 100px 50px;
}

.solutions img {
  max-width: 300px;
  padding: 30px 0;
}
.solutions .content {
  padding: 10px 50px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.pentest {
  width: 100%;
  text-align: left;
  padding: 30px;
}
.pentest .icon {
  max-width: 20%;
  float: left;
  font-size: 4em;
  padding: 50px 30px;
  margin: 30px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 50%;
}

.notification span {
  color: red;
  position: absolute;
  top: 15px;
}

.call {
  background-color: #FFE238;
  color: #0F172A;
  text-align: center;
  padding: 24px 20px;
  margin: 48px auto;
  max-width: 640px;
  border-radius: 0;
}

.blog {
  text-align: center;
  margin: 48px auto;
}
.blog .blog-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px 64px 24px;
  text-align: left;
}
.blog .blog-content h3 {
  padding: 0;
  margin-block-end: 0px;
  margin-block-start: 0px;
}
.blog .blog-content li {
  border: 1px solid black;
  margin: 20px;
  padding: 20px;
}

.post {
  padding: 64px 0;
}
.post p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.post .post-content {
  padding-right: 48px;
}
.post .post-content ul {
  padding-left: 24px;
}
.post .post-content li {
  list-style-type: square;
  list-style: square;
}
.post .post-content a {
  text-decoration: underline;
}
.post .post-content img {
  max-width: 100%;
}
.post .quote {
  padding: 0;
  text-align: right;
}
.post .quote h4::first-letter {
  color: white;
  background-color: rgb(39, 37, 37);
  border-radius: 0;
  box-shadow: 3px 3px 0 #FFE238;
  font-size: 150%;
  margin-right: 1px;
}
.post ul {
  padding-left: 10px;
}

.tag {
  padding: 0.1em 0.5em;
  display: inline;
  background-color: #64748B;
  color: #0F172A;
  border-radius: 0;
}

.security {
  background-color: #eb2b2b;
  color: #ffffff;
}

.devops {
  background-color: #1e3932;
  color: #ffffff;
}

.devsecops {
  background-color: #FF9999;
  color: #0F172A;
}

.certified img {
  max-width: 340px;
  max-height: 110px;
}

.company-team img {
  max-width: 500px;
  max-height: auto;
  padding: 30px;
}

.grid-item {
  max-width: 100%;
}

.badges {
  padding: 50px;
  background-color: #e5e5e5;
  text-align: center;
}
.badges img {
  max-width: 300px;
}

.mobileShow {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mobileShow {
    display: inline;
  }
}
nav {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1001;
}

.sidenav {
  height: 100%;
  width: 0;
  max-width: 85vw;
  position: fixed;
  z-index: 10005;
  top: 0;
  right: 0;
  background-color: #FFE238;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
}

.sidenav a {
  padding: 14px 14px 14px 32px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  color: #0F172A;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ffffff;
  display: block;
  background-color: #0F172A;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 28px;
  line-height: 1.2;
  margin-left: 50px;
}

#main {
  float: right;
  transition: margin-left 0.5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.dataRow .dataRow:after {
  content: "";
  display: table;
  clear: both;
}
.dataRow .dataCol {
  float: left;
  width: 24%;
  margin: 5px;
}
.dataRow .ddd {
  text-align: center;
  border: 1px solid #ccc !important;
  padding: 40px 20px;
}
.dataRow .featureIcon img {
  max-width: 100px;
  max-height: 80px;
}
.dataRow .featureIcon {
  background-color: #FFE238;
  border-radius: 0;
}
.dataRow .featureIcon i {
  font-size: 40px;
}

.dataRow1 {
  padding: 200px 0;
  text-align: left;
  display: grid;
}
.dataRow1 .dataCol1 {
  float: left;
  width: 50%;
}
.dataRow1 .dataContent {
  background-color: #fff6cc;
  padding: 50px 70px;
}
.dataRow1 .dataS {
  position: absolute;
  left: 47%;
  top: 350px;
  width: 40%;
  padding: 50px 50px 50px 100px;
  border: 3px solid #0F172A !important;
}
.dataRow1 h4 {
  position: relative;
  text-transform: uppercase;
  padding: 20px 0;
}
.dataRow1 h4::after {
  display: block;
  height: 0;
  width: 25%;
  border-bottom: 6px solid #0F172A;
  content: "";
}
.dataRow1 ul li {
  padding-bottom: 10px;
}

.nav-logo a:hover,
.nav-logo a:focus,
.nav-logo a:active {
  background: none !important;
  background-color: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}

@media only screen and (max-width: 640px) {
  body {
    padding: 0 24px;
  }
  .container {
    padding: 0 8px;
    max-width: 100%;
  }
  .clear {
    padding-top: 24px;
  }
  h1 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  h2 {
    font-size: 24px !important;
    line-height: 1.25;
  }
  h3 {
    font-size: 20px !important;
    line-height: 1.3;
  }
  h4 {
    font-size: 17px !important;
    line-height: 1.4;
  }
  nav {
    padding: 22px 0;
  }
  nav .logo {
    max-width: 140px;
    max-height: 44px;
  }
  nav .navbar {
    display: none !important;
  }
  nav.nav--wide .nav-inner {
    padding: 22px 32px !important;
    min-height: 96px;
  }
  .mobileShow {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 26px !important;
    min-width: 44px;
    min-height: 44px;
  }
  .mobile-hide {
    display: none !important;
  }
  .sidenav {
    padding-top: 24px;
  }
  .sidenav a {
    font-size: 16px !important;
    padding: 14px 20px;
    min-height: 44px;
  }
  .heading {
    min-height: auto !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
  }
  .heading .heading-eye {
    width: 110vw !important;
    right: -15% !important;
    opacity: 0.12 !important;
    max-height: 360px;
  }
  .heading .motto {
    padding: 28px 32px 24px !important;
    max-width: 100% !important;
  }
  .heading .motto h1, .heading .motto .sub-motto, .heading .motto .cta-group, .heading .motto .trust-bar {
    max-width: 100% !important;
  }
  .heading .motto .sub-motto {
    font-size: 15px;
    line-height: 1.6;
  }
  .heading .motto.motto--2col {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .heading .motto .motto-left h1 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .heading .btn-call {
    display: block;
    width: 100%;
    text-align: center;
    margin: 12px 0 0;
    padding: 14px;
    min-height: 44px;
  }
  .heading .cta-group {
    flex-direction: column;
  }
  .heading .trust-bar {
    gap: 10px;
    flex-wrap: wrap;
  }
  .heading .trust-logos img {
    height: 22px;
  }
  .heading .motto-right {
    gap: 10px;
  }
  .heading .motto-right .pillar-card {
    padding: 12px;
  }
  .s40, .s60, .s70, .s30 {
    float: none !important;
    width: 100% !important;
  }
  .dataRow {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .dataRow .dataCol {
    width: 100% !important;
    float: none !important;
    margin: 0;
    padding: 18px 14px;
  }
  .dataRow .ddd {
    padding: 18px 14px;
  }
  .dataRow1 {
    display: block !important;
    padding: 16px 0;
    grid-template-columns: 1fr !important;
  }
  .dataRow1 .dataCol1 {
    width: 100% !important;
    float: none !important;
    position: static !important;
    display: block !important;
  }
  .dataRow1 .dataContent {
    padding: 18px !important;
  }
  .dataRow1 .dataS {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    padding: 18px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    margin-top: 12px;
  }
  .solutions .content {
    padding: 0 !important;
    margin-bottom: 16px;
  }
  .solutions img {
    max-width: 100%;
  }
  .call-cyber .content {
    padding: 24px 0 !important;
  }
  .news .content {
    padding: 24px 0 !important;
  }
  .news img {
    max-width: 100%;
    padding: 0;
  }
  .post-content, .post {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .post-content table, .post table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 13.5px;
  }
  .post-content th, .post-content td, .post th, .post td {
    padding: 10px 12px;
  }
  .post-content pre, .post pre {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 13px;
  }
  #blog-search, #blog-filter {
    font-size: 16px !important;
  }
  input, select, textarea {
    font-size: 16px;
  }
  .divRow .divCol {
    width: 50%;
    padding: 0 6px;
  }
  .post {
    padding: 24px 0 !important;
  }
  .post .post-content {
    padding: 0 !important;
    border: none !important;
  }
  .post .quote {
    text-align: left;
  }
  .accreditations img {
    max-height: 120px;
    max-width: 48%;
    padding: 8px;
  }
  .certified img {
    max-height: 100px;
    max-width: 48%;
  }
  .tools {
    margin: 16px 0;
  }
  .tools img {
    max-height: 48px;
    padding: 6px;
  }
  footer {
    padding: 24px 0 0;
  }
  footer .grid-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0;
  }
  footer .grid-item {
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
  }
  footer .grid-item:last-child {
    border-bottom: none;
  }
  .marquee {
    gap: 24px;
  }
  .maquee-item {
    max-height: 72px !important;
    max-width: 220px !important;
  }
  .crest-hub, .industries-hub {
    padding: 16px 8px !important;
  }
  .btn, .btn-call, .btn-call-cyber {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  body {
    padding: 0 16px;
  }
  .container {
    padding: 0 12px;
  }
  nav .navbar {
    display: none !important;
  }
  nav.nav--wide .nav-inner {
    padding: 22px 32px !important;
    min-height: 96px;
  }
  .mobileShow {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
  }
  .post-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .post-content pre {
    max-width: 100%;
    overflow-x: auto;
  }
  #blog-search, #blog-filter {
    font-size: 16px !important;
  }
  .heading {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
  }
  .heading .heading-eye {
    width: 80vw !important;
    right: -5% !important;
    opacity: 0.22 !important;
  }
  .heading .motto {
    padding: 36px 16px !important;
    max-width: 100% !important;
  }
  .heading .motto h1, .heading .motto .sub-motto, .heading .motto .cta-group, .heading .motto .trust-bar {
    max-width: 100% !important;
  }
  .dataRow {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .dataRow .dataCol {
    width: 100% !important;
    float: none !important;
  }
  .dataRow1 {
    display: block !important;
  }
  .dataRow1 .dataCol1 {
    width: 100% !important;
    position: static !important;
  }
  .dataRow1 .dataContent {
    padding: 24px !important;
  }
  .dataRow1 .dataS {
    position: static !important;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
    margin-top: 14px;
  }
  .s40, .s60 {
    width: 100% !important;
    float: none !important;
  }
  footer .grid-container {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .heading {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
  }
  .heading .heading-eye {
    width: 62vw !important;
    right: -4% !important;
  }
  .heading .motto {
    padding: 48px 20px !important;
    max-width: 100% !important;
  }
  .heading .motto h1, .heading .motto .sub-motto {
    max-width: 58% !important;
  }
  .heading .motto .cta-group, .heading .motto .trust-bar {
    max-width: 58% !important;
  }
  .dataRow {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .dataRow .dataCol {
    width: 100% !important;
  }
  .dataRow1 .dataCol1 .dataContent {
    padding: 24px;
  }
  .dataRow1 .dataCol1 .dataS {
    padding: 24px;
    width: 48%;
    left: 49%;
    top: 280px;
  }
  footer .grid-container {
    grid-template-columns: 1fr 1fr !important;
  }
  .tools, #toc {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .container {
    padding: 0 16px;
  }
  .dataRow1 .dataCol1 .dataS {
    width: 44%;
    left: 48%;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding: 0 16px;
  }
}
@media (hover: none) and (pointer: coarse) {
  a, button {
    min-height: 44px;
  }
  .dropdown:hover .dropdown-menu {
    display: none !important;
  }
  .dropdown.open .dropdown-menu {
    display: block !important;
  }
}
.touch {
  max-width: 300px;
  max-height: 300px;
  background-color: #1e3932;
  color: #ffffff;
  text-align: center;
  border-color: #ffffff;
  padding: 50px 0;
}

.portfolio {
  background-color: #0F172A;
  padding: 30px 0 10px 0;
  color: #ffffff;
  text-align: center;
}

.post-content table, .post table, .solutions-hub table, .products-hub table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 28px;
  font-size: 14px;
  line-height: 1.55;
  background: #fff;
  border: 2px solid #0f172a;
}
.post-content thead th, .post thead th, .solutions-hub thead th, .products-hub thead th {
  background: #0f172a;
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 16px;
  border-bottom: 2px solid #f6c84c;
  white-space: nowrap;
}
.post-content tbody td, .post tbody td, .solutions-hub tbody td, .products-hub tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
  color: #334155;
}
.post-content tbody tr:nth-child(even), .post tbody tr:nth-child(even), .solutions-hub tbody tr:nth-child(even), .products-hub tbody tr:nth-child(even) {
  background: #f8fafc;
}
.post-content tbody tr:hover, .post tbody tr:hover, .solutions-hub tbody tr:hover, .products-hub tbody tr:hover {
  background: #fffbeb;
}
.post-content tbody tr:last-child td, .post tbody tr:last-child td, .solutions-hub tbody tr:last-child td, .products-hub tbody tr:last-child td {
  border-bottom: none;
}
.post-content td strong, .post-content th strong, .post td strong, .post th strong, .solutions-hub td strong, .solutions-hub th strong, .products-hub td strong, .products-hub th strong {
  color: inherit;
}

@media only screen and (max-width: 640px) {
  .post-content table, .post table {
    font-size: 13px;
  }
  .post-content thead th, .post-content tbody td, .post thead th, .post tbody td {
    padding: 10px 12px;
  }
}
.divRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.divRow .divCol {
  float: left;
  width: 16%;
  padding: 0 10px;
}

.partner-register {
  text-align: left;
  padding: 10px 50px 30px 50px;
  background-color: #FFE238;
  color: #000000;
}
.partner-register textarea {
  width: 100%;
  height: 100px;
  padding: 10px 20px;
}
.partner-register .inputText {
  width: 100%;
  height: 30px;
  padding: 0 20px;
}
.partner-register button {
  width: 150px;
  height: 40px;
  font-weight: bolder;
  color: #1e3932;
  text-transform: uppercase;
  border-radius: 0;
}

.founder-speak {
  background: linear-gradient(100deg, rgba(10, 15, 30, 0.92) 0%, rgba(10, 15, 30, 0.75) 55%, rgba(10, 15, 30, 0.55) 100%), url("/assets/images/founder-speak-bg.jpg") center/cover no-repeat;
  background-color: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  padding: 48px 40px;
  margin: 24px 0;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.28);
  position: relative;
  overflow: hidden;
  color: #fff;
}
.founder-speak::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 226, 56, 0.16), transparent 70%);
  pointer-events: none;
}
.founder-speak .fs-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px 40px;
  align-items: center;
  position: relative;
  color: #fff;
}
.founder-speak .fs-text {
  grid-column: 1;
  grid-row: 1;
}
.founder-speak .fs-photo {
  grid-column: 2;
  grid-row: 1/span 2;
}
.founder-speak .fs-who {
  grid-column: 1;
  grid-row: 2;
}
.founder-speak .kicker {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f172a;
  background: linear-gradient(90deg, #f6c84c, #f2a900);
  border-radius: 0;
  padding: 6px 14px;
  margin-bottom: 16px;
}
.founder-speak h2 {
  margin: 0 0 8px;
  color: #fff;
}
.founder-speak blockquote {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.65;
  color: #fff;
  quotes: "“" "”";
}
.founder-speak blockquote p {
  margin: 0 0 12px;
  color: #fff;
}
.founder-speak blockquote p:last-child {
  margin-bottom: 0;
}
.founder-speak blockquote::before {
  content: open-quote;
  display: block;
  font-size: 52px;
  line-height: 1;
  background: linear-gradient(90deg, #f6c84c, #f2a900);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 4px;
}
.founder-speak .who {
  margin-top: 4px;
}
.founder-speak .who strong {
  display: block;
  font-size: 17px;
  color: #fff;
}
.founder-speak .who span {
  font-size: 12.5px;
  color: #e2e8f0;
  letter-spacing: 0.02em;
}
.founder-speak .fs-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, transform 0.18s;
}
.founder-speak .fs-linkedin svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.founder-speak .fs-linkedin:hover {
  background: #FFE238;
  color: #0f172a;
  transform: translateY(-2px);
}
.founder-speak .fs-photo {
  text-align: center;
  position: relative;
}
.founder-speak .fs-photo::before {
  content: "";
  position: absolute;
  inset: 6% 8% 2% 8%;
  background: linear-gradient(135deg, rgba(246, 200, 76, 0.55), rgba(242, 169, 0, 0.15));
  border-radius: 62% 38% 37% 63%/56% 59% 41% 44%;
  filter: blur(2px);
  animation: fs-blob-spin 5s ease-in-out infinite alternate;
}
.founder-speak .fs-photo::after {
  content: "";
  position: absolute;
  inset: 0 4% 8% 4%;
  background: radial-gradient(circle, rgba(255, 226, 56, 0.22), transparent 70%);
  filter: blur(18px);
}
.founder-speak .fs-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: 50% 20%;
  border: none;
  border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  background: #1e293b;
  filter: contrast(1.06) saturate(1.06);
  animation: fs-blob-morph 4s ease-in-out infinite alternate;
}

@keyframes fs-blob-morph {
  from {
    border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
  }
  to {
    border-radius: 60% 40% 42% 58%/58% 55% 45% 42%;
  }
}
@keyframes fs-blob-spin {
  from {
    transform: rotate(-4deg) scale(1);
    border-radius: 62% 38% 37% 63%/56% 59% 41% 44%;
  }
  to {
    transform: rotate(5deg) scale(1.04);
    border-radius: 40% 60% 58% 42%/44% 42% 58% 56%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .founder-speak .fs-photo::before, .founder-speak .fs-photo img {
    animation: none;
  }
}
@media only screen and (max-width: 1024px) {
  .founder-speak {
    padding: 28px 20px;
  }
  .founder-speak .fs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .founder-speak .fs-text, .founder-speak .fs-photo, .founder-speak .fs-who {
    grid-column: auto;
    grid-row: auto;
  }
  .founder-speak .fs-photo img {
    max-width: 300px;
  }
  .founder-speak .fs-who {
    text-align: center;
  }
  .founder-speak blockquote {
    font-size: 16px;
  }
}
.blog-card h3 {
  font-size: 17px !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em !important;
}
.blog-card h3 a {
  font-size: inherit !important;
}
.blog-card p {
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  color: #475569 !important;
}

.dropdown-menu a {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.dropdown-menu .fa-caret-down {
  font-size: 11px !important;
}

footer .grid-item h4 {
  font-size: 13px !important;
  letter-spacing: 0.06em !important;
  line-height: 1.5 !important;
}
footer .grid-item li, footer .grid-item a {
  font-size: 14px !important;
  line-height: 1.65 !important;
}
footer .copyright p {
  font-size: 12.5px !important;
  line-height: 1.6 !important;
  color: #475569 !important;
}

.trust-stat strong {
  font-size: 22px !important;
  line-height: 1.1 !important;
}
.trust-stat span {
  font-size: 11px !important;
  letter-spacing: 0.06em !important;
  line-height: 1.5 !important;
}

.eyebrow {
  font-size: 11.5px !important;
  letter-spacing: 0.08em !important;
}

*:not(.founder-speak *),
*:not(.founder-speak *)::before,
*:not(.founder-speak *)::after {
  border-radius: 0 !important;
}

/*# sourceMappingURL=styles.css.map */