/*
  Alphalinx responsive premium layer.
  Loaded after the original template so the site keeps its assets but behaves cleanly on every screen.
*/
:root {
  --ink: #151922;
  --muted: #626c7d;
  --surface: #ffffff;
  --soft: #f4f7fb;
  --line: #dde4ee;
  --deep: #11161d;
  --brand: #f6c544;
  --teal: #19a99b;
  --shadow: 0 20px 55px rgba(17, 22, 29, 0.1);
}

* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: var(--ink);
  background: var(--soft);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span {
  overflow-wrap: break-word;
}

.preloader,
.transition-overlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

a {
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.navbar {
  display: flex;
  align-items: center;
  width: min(calc(100% - 64px), 1248px);
  min-height: 74px;
  margin: 24px auto 0;
  padding: 0 28px;
  border-radius: 8px;
  background: rgba(17, 22, 29, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 45px rgba(17, 22, 29, 0.18);
}

.navbar:after {
  display: none;
}

.navbar.stick-me {
  margin-top: 0;
  width: 100%;
  border-radius: 0;
  background: rgba(17, 22, 29, 0.96);
}

.navbar .logo {
  order: 0;
  flex: 0 0 188px;
  position: relative;
  width: 188px;
  height: 58px;
}

.navbar .logo-light {
  width: 168px !important;
  max-width: 168px;
}

.navbar .logo-colored {
  display: none !important;
}

.navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
  letter-spacing: 0;
}

.navbar .navbar-nav {
  order: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-left: 34px;
  margin-right: auto;
}

.navbar .navbar-nav .nav-item {
  margin: 0;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar .custom-btn {
  order: 2;
  min-width: 136px;
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--brand);
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0;
}

.navbar .search-btn {
  order: 3;
  margin-left: 16px;
}

.navbar .hamburger-menu {
  order: 4;
  margin-left: 16px;
  border-color: rgba(255, 255, 255, 0.18);
}

.navbar .hamburger-menu span {
  background: #fff;
}

.header {
  min-height: 660px;
  height: 690px;
  max-height: 820px;
  background:
    linear-gradient(90deg, rgba(8, 13, 20, 0.96) 0%, rgba(14, 23, 35, 0.9) 46%, rgba(14, 23, 35, 0.58) 100%),
    radial-gradient(circle at 78% 22%, rgba(246, 197, 68, 0.2), rgba(246, 197, 68, 0) 30%),
    radial-gradient(circle at 58% 34%, rgba(25, 169, 155, 0.18), rgba(25, 169, 155, 0) 28%),
    url("../images/image1.jpg") center 38%/cover no-repeat;
}

.header:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 92px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(244, 247, 251, 0), var(--soft) 88%);
}

.header.int-header {
  height: 340px;
  min-height: 340px;
  max-height: none;
  background-color: #0b1018 !important;
  background:
    radial-gradient(circle at 78% 22%, rgba(246, 197, 68, 0.16), rgba(246, 197, 68, 0) 28%),
    radial-gradient(circle at 58% 74%, rgba(25, 169, 155, 0.16), rgba(25, 169, 155, 0) 30%),
    linear-gradient(135deg, #0b1018 0%, #111923 48%, #172736 100%) !important;
}

.header.int-header:after {
  height: 0;
  display: none;
}

.header.int-header:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 24%, rgba(246, 197, 68, 0.14), rgba(246, 197, 68, 0) 28%),
    linear-gradient(135deg, rgba(8, 13, 20, 0.98), rgba(16, 25, 36, 0.96) 58%, rgba(21, 38, 52, 0.94)) !important;
}

.header .inner {
  width: min(560px, 44vw);
  left: max(5%, calc((100vw - 1248px) / 2 + 32px));
  top: 29%;
  z-index: 20 !important;
}

.header.int-header .inner {
  width: min(680px, calc(100% - 96px));
  left: max(5%, calc((100vw - 1248px) / 2 + 32px));
  top: 48%;
  z-index: 3 !important;
  text-align: left;
  transform: translateY(-18%);
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.header .inner h1,
.header .inner h2 {
  max-width: 560px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(46px, 4.7vw, 66px);
  line-height: 1.06;
  letter-spacing: 0;
  margin-bottom: 22px;
}

.header.int-header .inner h2,
.header.int-header .inner h1 {
  font-size: clamp(40px, 5vw, 62px);
  margin-bottom: 12px;
  color: #fff;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.36);
}

.header.int-header .inner h6 {
  max-width: 620px;
  margin: 0;
  text-align: left;
}

body > .navbar + .header.int-header {
  margin-top: -98px;
  padding-top: 98px;
  height: 438px;
  min-height: 438px;
}

body > .navbar {
  position: relative;
  z-index: 30;
}

.header .inner h6 {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

.header .inner p {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.6;
}

.header .isolayer {
  display: none;
}

.ghost-btn {
  width: auto;
  min-width: 178px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 6px;
  padding: 0 22px;
  color: inherit;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.ghost-btn svg {
  display: none;
}

.ghost-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.header .ghost-btn,
.quote-bar .ghost-btn,
.hamburger-menu-box .ghost-btn {
  color: #fff;
}

.header .ghost-btn {
  position: relative;
  overflow: hidden;
  border-color: var(--brand) !important;
  background: rgba(17, 22, 29, 0.88) !important;
  background-color: rgba(17, 22, 29, 0.88) !important;
  color: var(--brand) !important;
  box-shadow: 0 14px 32px rgba(17, 22, 29, 0.16);
}

.header .ghost-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(17, 22, 29, 0.9);
}

.header .inner .ghost-btn span,
.header .ghost-btn span {
  position: relative;
  z-index: 1;
  background: none;
  color: var(--brand) !important;
  -webkit-text-fill-color: var(--brand) !important;
}

.answer-summary {
  position: relative;
  margin-top: -70px;
  padding: 0 0 72px;
  background: linear-gradient(180deg, rgba(244, 247, 251, 0), var(--soft) 56%);
  z-index: 4;
}

.answer-summary .container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(17, 22, 29, 0.98), rgba(35, 48, 66, 0.95)),
    url("../images/office03.jpg") center/cover no-repeat;
  box-shadow: 0 28px 70px rgba(17, 22, 29, 0.24);
}

.answer-summary__intro span,
.services-intro span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.answer-summary h2 {
  max-width: 560px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
}

.answer-summary p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.72;
}

.answer-summary ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
}

.answer-summary li {
  min-width: 0;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-left: 3px solid var(--brand);
  border-radius: 6px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
}

.answer-summary li strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.answer-summary li span {
  display: block;
  font-size: 13px;
  line-height: 1.65;
}

.contact-faq {
  padding: 12px 0 84px;
  background: var(--soft);
}

.contact-faq .container {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: 34px;
  align-items: start;
}

.contact-faq__intro {
  position: sticky;
  top: 118px;
}

.contact-faq__intro span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-faq__intro h2 {
  margin: 0 0 16px;
  color: #11161d;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

.contact-faq__intro p {
  max-width: 440px;
  margin: 0;
  color: rgba(17, 22, 29, 0.62);
  font-size: 16px;
  line-height: 1.75;
}

.contact-faq__list {
  display: grid;
  gap: 14px;
}

.contact-faq details {
  overflow: hidden;
  border: 1px solid rgba(17, 22, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 58px rgba(17, 22, 29, 0.07);
}

.contact-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 22px 64px 22px 24px;
  color: #11161d;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}

.contact-faq summary::-webkit-details-marker {
  display: none;
}

.contact-faq summary:after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #11161d;
  color: var(--brand);
  font-size: 20px;
  font-weight: 900;
  line-height: 34px;
  text-align: center;
  transform: translateY(-50%);
}

.contact-faq details[open] summary:after {
  content: "-";
}

.contact-faq details p {
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(17, 22, 29, 0.64);
  font-size: 15px;
  line-height: 1.72;
}

.contact-form-section {
  padding: 12px 0 84px;
  background: var(--soft);
}

.contact-form-section .container {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  gap: 34px;
  align-items: start;
}

.contact-form-section__intro {
  position: sticky;
  top: 118px;
}

.contact-form-section__intro span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form-section__intro h2 {
  margin: 0 0 16px;
  color: #11161d;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
}

.contact-form-section__intro p {
  max-width: 430px;
  margin: 0 0 24px;
  color: rgba(17, 22, 29, 0.62);
  font-size: 16px;
  line-height: 1.75;
}

.contact-form-section__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-form-section__links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(17, 22, 29, 0.14);
  border-radius: 999px;
  color: #11161d;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-form {
  padding: 28px;
  border: 1px solid rgba(17, 22, 29, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 26px 70px rgba(17, 22, 29, 0.08);
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #11161d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(17, 22, 29, 0.12);
  border-radius: 8px;
  padding: 0 14px;
  background: #f8fafc;
  color: #11161d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.contact-form textarea {
  min-height: 148px;
  padding: 14px;
  resize: vertical;
  line-height: 1.6;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--brand);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 198, 48, 0.18);
}

.contact-form__phone {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 10px;
}

.contact-form__phone select,
.contact-form__phone input {
  min-width: 0;
}

.contact-form__message {
  margin-top: 16px !important;
}

.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 18px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #11161d;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(17, 22, 29, 0.18);
}

.contact-form__note {
  margin: 14px 0 0;
  color: rgba(17, 22, 29, 0.55);
  font-size: 13px;
  line-height: 1.6;
}

.side-image-content,
.main-features,
.recent-works,
.footer-bar {
  background: var(--surface);
}

.side-image-content {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  padding: 92px max(46px, calc((100vw - 1220px) / 2)) 96px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 72%, var(--soft) 100%);
}

.side-image-content .side-image {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 20px;
  min-height: 460px;
  padding: 24px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(17, 22, 29, 0.96), rgba(35, 48, 66, 0.94)),
    url("../images/office03.jpg") center/cover no-repeat;
  box-shadow: 0 28px 70px rgba(17, 22, 29, 0.18);
}

.side-image-content .side-image:before {
  content: "Strategy - Design - Build - Growth";
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(246, 197, 68, 0.95);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.side-image-content .side-image .left,
.side-image-content .side-image .right {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.side-image-content .side-image .left {
  gap: 20px;
  padding: 46px 0 0;
}

.side-image-content .side-image .right {
  justify-content: flex-end;
  padding: 96px 0 8px;
}

.side-image-content .reveal-effect {
  width: 100%;
  float: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.side-image-content .reveal-effect:after {
  display: none !important;
}

.side-image-content .reveal-effect img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  visibility: visible !important;
  animation: none !important;
}

.side-image-content .side-image .left .reveal-effect:first-child {
  height: 238px;
}

.side-image-content .side-image .left .small-image {
  width: 76%;
  height: 150px;
  margin: 0 0 0 auto;
}

.side-image-content .side-image .right .reveal-effect {
  height: 294px;
}

.side-image-content .side-content {
  flex: none;
  padding: 0;
}

.side-image-content .side-content .ghost-btn {
  border-color: var(--ink);
  color: var(--ink);
}

.side-image-content .side-content .ghost-btn span {
  background: none;
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
}

.side-image-content .side-content p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.side-image-content .side-image img,
.coddle__box,
.coddle__box__figure,
.coddle__box__image {
  border-radius: 8px;
}

.feeding-coddle {
  background:
    linear-gradient(180deg, var(--soft), #eef3f8);
  padding: 38px 0 42px;
  position: relative;
  z-index: 5;
}

.feeding-coddle .row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-left: 0;
  margin-right: 0;
}

.feeding-coddle .col-lg-2 {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  padding: 0;
}

.feeding-coddle .col-lg-2 > * {
  position: relative;
  z-index: 1;
}

.feeding-coddle .col-lg-2 {
  min-height: 142px;
  display: grid;
  grid-template-rows: 52px auto auto;
  justify-items: center;
  align-content: center;
  gap: 11px;
  padding: 18px 18px 20px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
  box-shadow: 0 22px 54px rgba(17, 22, 29, 0.1);
  transform: none;
}

.feeding-coddle figure {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: center;
  margin: 0 auto;
  padding: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--deep), #263345);
  border: 1px solid rgba(246, 197, 68, 0.2);
}

.feeding-coddle figure img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
  border-radius: 0;
  filter: brightness(0) invert(1);
  opacity: 1;
}

.feeding-coddle h6 {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

.feeding-coddle .odometer {
  display: block;
  justify-self: center;
  color: var(--ink);
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.titles h3 {
  color: var(--ink);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
}

.titles h6 {
  color: var(--brand);
  letter-spacing: 0.08em;
}

.main-features,
.services,
.all-works {
  padding: 80px 0;
}

.main-features {
  background:
    radial-gradient(circle at 16% 18%, rgba(246, 197, 68, 0.18), rgba(246, 197, 68, 0) 30%),
    radial-gradient(circle at 86% 20%, rgba(25, 169, 155, 0.16), rgba(25, 169, 155, 0) 31%),
    linear-gradient(135deg, #101722 0%, #172230 56%, #101722 100%);
  margin-top: 0;
  padding: 92px 0 92px;
  color: #fff;
}

.main-features .titles {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.main-features .titles .title-bg {
  display: none;
}

.main-features .titles h3 {
  background: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  font-size: clamp(34px, 4.6vw, 54px);
  text-shadow: none;
}

.section-subtitle {
  max-width: 650px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.main-features .row,
.services .row {
  align-items: stretch;
}

.feature-box,
.services .service-box,
.contact form {
  height: calc(100% - 26px);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 22px 55px rgba(17, 22, 29, 0.1);
  overflow: hidden;
}

.feature-box,
.services .service-box {
  padding: 30px 26px;
  text-align: left;
}

.feature-box {
  position: relative;
  min-height: 330px;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.feature-box:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--teal));
}

.feature-box figure,
.services .service-box figure {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--deep), #263345);
  border: 1px solid rgba(246, 197, 68, 0.22);
}

.feature-box figure img,
.services .service-box figure img {
  max-width: 34px;
  max-height: 34px;
  opacity: 1;
  filter: brightness(0) invert(1);
}

.feature-box span,
.services .service-box span {
  width: 36px;
  height: 3px;
  margin: 0 0 18px;
  background: var(--teal);
  opacity: 1;
}

.feature-box h5,
.services .service-box h5 {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0;
}

.feature-box h5 {
  color: #fff;
}

.feature-box p,
.services .service-box p {
  min-height: 68px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.feature-box p {
  color: rgba(255, 255, 255, 0.76);
}

.feature-box ul,
.services .service-box ul {
  width: 100%;
  margin: 10px 0 22px;
  padding: 0;
}

.feature-box ul li,
.services .service-box ul li {
  width: 100%;
  margin-bottom: 8px;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
}

.feature-box ul li a,
.services .service-box ul li a {
  color: var(--muted);
}

.feature-box ul li a:hover,
.services .service-box ul li a:hover {
  color: var(--teal);
  text-decoration: none;
}

.feature-box .more-link,
.services .service-box .more-link {
  position: static;
  width: auto;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--brand);
  color: var(--ink);
  font-size: 0;
  text-decoration: none;
}

.feature-box .more-link {
  min-width: 36px;
  width: 36px;
  padding: 0;
  color: transparent !important;
  font-size: 0;
}

.feature-box .more-link:after {
  display: none;
}

.feature-box .more-link:before {
  content: "+";
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
}

.feature-box .more-link:before,
.services .service-box .more-link:before {
  content: "Learn more";
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-box .more-link:before {
  content: "+" !important;
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.services {
  background: var(--soft);
}

.services-intro {
  max-width: 850px;
  margin-bottom: 34px;
}

.portfolio-intro {
  width: min(calc(100vw - 72px), 980px);
  margin: 0 auto 30px;
  text-align: center;
}

.portfolio-intro span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-intro h2 {
  max-width: 860px;
  margin: 0 auto 14px;
  color: var(--ink);
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}

.portfolio-intro p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.services-intro h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.16;
  letter-spacing: 0;
}

.services-intro p {
  max-width: 650px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.services .row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-left: 0;
  margin-right: 0;
}

.services .row > [class*="col-"] {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.works-grid,
.recent-works .works-grid,
.all-works .works-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: min(calc(100vw - 72px), 1160px) !important;
  max-width: min(calc(100vw - 72px), 1160px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  box-sizing: border-box;
  overflow: visible !important;
}

.recent-works .works-filter,
.all-works .works-filter {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  width: min(calc(100vw - 44px), 760px);
  margin: 0 auto 28px !important;
  padding: 0 !important;
}

.recent-works .works-filter li,
.all-works .works-filter li {
  float: none !important;
}

.recent-works .works-filter li a,
.all-works .works-filter li a {
  float: none !important;
  display: inline-flex;
  padding: 0 !important;
  white-space: nowrap;
}

.works-grid li,
.recent-works .works-grid li,
.all-works .works-grid li {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  float: none !important;
  transform: none !important;
  opacity: 1 !important;
  list-style: none;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(17, 22, 29, 0.12);
}

.coddle__box,
.coddle__box__figure {
  position: relative;
  height: 100%;
  margin: 0;
}

.recent-works .reveal-effect,
.all-works .reveal-effect,
.works-grid .reveal-effect {
  width: 100%;
  height: auto;
  float: none;
  overflow: hidden;
}

.recent-works .reveal-effect:after,
.all-works .reveal-effect:after,
.works-grid .reveal-effect:after {
  display: none !important;
}

.coddle__box__image {
  display: block;
  width: 100%;
  height: 300px;
  min-height: 300px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center top;
  padding: 14px 14px 78px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.96), rgba(229, 238, 248, 0.96));
  visibility: visible !important;
  animation: none !important;
  transition: transform 0.25s ease;
}

.coddle__box:hover .coddle__box__image {
  transform: scale(1.04);
}

.coddle__box__caption {
  display: block !important;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  width: auto;
  height: auto;
  z-index: 3;
  border-radius: 7px;
  padding: 12px 14px 11px;
  background: rgba(17, 22, 29, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 30px rgba(17, 22, 29, 0.18);
  backdrop-filter: blur(10px);
}

.coddle__box__title {
  letter-spacing: 0;
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.2;
}

.coddle__box__title a {
  color: #fff;
}

.coddle__box__title a:hover {
  color: var(--brand);
  text-decoration: none;
}

.coddle__box__description {
  color: var(--brand);
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.quote-bar {
  background:
    linear-gradient(120deg, rgba(17, 22, 29, 0.94), rgba(36, 52, 71, 0.9)),
    url("../images/office03.jpg") center/cover no-repeat;
  padding: 76px 0;
}

.quote-bar h4 {
  color: #fff;
  font-size: clamp(34px, 5vw, 54px);
  letter-spacing: 0;
}

.quote-bar p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.82);
}

.footer-bar,
.footer {
  background: var(--deep);
}

.footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bar h4,
.footer p,
.footer small,
.footer ul li a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-bar address {
  color: rgba(255, 255, 255, 0.68);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 18px 10px 12px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 44px rgba(10, 127, 65, 0.32);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  background: #1fbd5c;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 22px 54px rgba(10, 127, 65, 0.4);
}

.whatsapp-float__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.whatsapp-float__icon svg {
  width: 23px;
  height: 23px;
  display: block;
  fill: currentColor;
}

.whatsapp-float__text {
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .header .isolayer {
    display: none;
  }

  .services .row,
  .works-grid,
  .recent-works .works-grid,
  .all-works .works-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(calc(100vw - 48px), 920px) !important;
    max-width: min(calc(100vw - 48px), 920px) !important;
  }
}

@media (max-width: 991px) {
  .navbar {
    width: 100%;
    min-height: 70px;
    margin: 0;
    border-radius: 0;
  }

  .navbar .custom-btn,
  .navbar .search-btn,
  .navbar > .navbar-nav {
    display: none;
  }

  .header {
    min-height: 620px;
  }

  .header .inner {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    padding: 130px 24px 80px;
  }

  .header.int-header {
    height: auto;
    min-height: 330px;
  }

  .answer-summary {
    margin-top: -46px;
    padding-bottom: 56px;
  }

  .answer-summary .container {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .contact-faq .container {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .contact-form-section .container {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .contact-faq__intro,
  .contact-form-section__intro {
    position: static;
  }

  .answer-summary ul,
  .services .row,
  .works-grid,
  .recent-works .works-grid,
  .all-works .works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(calc(100vw - 40px), 680px) !important;
    max-width: min(calc(100vw - 40px), 680px) !important;
  }

  .side-image-content {
    display: block;
    padding: 64px 18px 70px !important;
  }

  .side-image-content .side-image {
    display: none;
  }

  .side-image-content .side-content {
    width: min(100%, 560px) !important;
    max-width: 100%;
    float: none;
    margin: 0 auto;
    padding: 0 !important;
  }

  .side-image-content .side-content .titles,
  .side-image-content .side-content p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    width: calc(100vw - 30px) !important;
    max-width: calc(100vw - 30px) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .navbar {
    position: relative;
    padding: 0 16px;
  }

  .navbar .logo {
    width: 164px;
  }

  .navbar .logo-light {
    width: 150px !important;
  }

  .header {
    display: block !important;
    position: relative;
    min-height: 560px;
    height: 560px;
    background: var(--deep) !important;
  }

  .header:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(135deg, rgba(17, 22, 29, 0.98), rgba(24, 35, 49, 0.98)),
      url("../images/office01.jpg") center/cover no-repeat;
  }

  .header .isolayer {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .header .inner {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    width: min(calc(100vw - 44px), 346px) !important;
    max-width: min(calc(100vw - 44px), 346px) !important;
    padding: 24px 22px !important;
    transform: translateY(-44%);
    z-index: 5;
    border-radius: 8px;
    background: rgba(17, 22, 29, 0.94);
    box-shadow: 0 20px 55px rgba(17, 22, 29, 0.28);
  }

  .header.int-header {
    height: 300px;
    min-height: 300px;
    background:
      linear-gradient(105deg, rgba(17, 22, 29, 0.94), rgba(37, 50, 68, 0.82)),
      url("../images/office02.jpg") center/cover no-repeat !important;
  }

  body > .navbar + .header.int-header {
    margin-top: -70px;
    padding-top: 70px;
    height: 370px;
    min-height: 370px;
  }

  .header.int-header .inner {
    left: 20px !important;
    top: 58% !important;
    text-align: left !important;
    transform: translateY(-40%);
  }

  .header .inner h1,
  .header .inner h2 {
    font-size: 34px;
    max-width: min(calc(100vw - 44px), 346px);
    line-height: 1.08;
    color: #fff !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  }

  .header .inner p,
  .header .inner h6 {
    max-width: min(calc(100vw - 44px), 346px);
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 15px;
  }

  .answer-summary {
    margin-top: 0;
    padding: 32px 0 48px;
    background: var(--soft);
  }

  .side-image-content {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden;
    padding: 56px 18px 64px !important;
  }

  .side-image-content .side-content,
  .side-image-content .side-content .titles,
  .side-image-content .side-content p {
    width: min(100%, 330px) !important;
    max-width: min(100%, 330px) !important;
  }

  .side-image-content .side-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .side-image-content .side-content p {
    white-space: normal !important;
  }

  .answer-summary .container {
    border-radius: 0;
    padding: 26px 16px;
    width: min(calc(100vw - 32px), 326px) !important;
    max-width: min(calc(100vw - 32px), 326px) !important;
    margin-left: 16px;
    margin-right: 0;
    overflow: hidden;
  }

  .contact-faq {
    padding: 42px 0 68px;
  }

  .contact-form-section {
    padding: 42px 0 68px;
  }

  .contact-faq .container {
    width: min(calc(100vw - 32px), 326px) !important;
    max-width: min(calc(100vw - 32px), 326px) !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 16px;
    margin-right: 0;
  }

  .contact-form-section .container {
    width: min(calc(100vw - 32px), 326px) !important;
    max-width: min(calc(100vw - 32px), 326px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 16px;
    margin-right: 0;
  }

  .contact-faq__intro h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .contact-form-section__intro h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .contact-form {
    padding: 20px;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-form__phone {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-form button {
    width: 100%;
  }

  .contact-faq summary {
    min-height: 68px;
    padding: 19px 58px 19px 18px;
    font-size: 16px;
  }

  .contact-faq summary:after {
    right: 16px;
  }

  .contact-faq details p {
    padding: 0 18px 20px;
  }

  .answer-summary__intro,
  .answer-summary ul,
  .portfolio-intro,
  .services-intro,
  .services .row,
  .works-grid,
  .recent-works .works-grid,
  .all-works .works-grid {
    max-width: min(calc(100vw - 44px), 346px);
    margin-left: 16px;
    margin-right: auto;
  }

  .portfolio-intro {
    text-align: left;
  }

  .portfolio-intro h2 {
    font-size: 28px;
  }

  .answer-summary ul,
  .services .row,
  .works-grid,
  .recent-works .works-grid,
  .all-works .works-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .answer-summary__intro,
  .answer-summary ul {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .answer-summary h2 {
    max-width: 100%;
    font-size: 27px;
    line-height: 1.16;
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  .answer-summary p {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  .answer-summary li {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .main-features,
  .services,
  .all-works {
    padding: 58px 0;
  }

  .feeding-coddle {
    padding: 34px 0 44px;
  }

  .feeding-coddle .container,
  .main-features .container {
    width: min(330px, calc(100vw - 40px)) !important;
    max-width: min(330px, calc(100vw - 40px)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 20px !important;
    margin-right: 0 !important;
  }

  .feeding-coddle .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0;
  }

  .feeding-coddle .col-lg-2 {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    flex-basis: auto !important;
    min-height: 154px;
    grid-template-rows: 50px auto auto;
    justify-items: center;
    align-content: center;
    gap: 10px;
    padding: 20px 16px 22px;
  }

  .feeding-coddle figure {
    width: 48px;
    height: 48px;
    margin: 0 auto;
  }

  .feeding-coddle figure img {
    width: 28px;
    height: 28px;
  }

  .feeding-coddle h6 {
    max-width: 110px;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
  }

  .feeding-coddle .odometer {
    font-size: 38px;
  }

  .main-features .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0;
  }

  .main-features [class*="col-"] {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .feature-box,
  .services .service-box {
    height: auto;
    margin-bottom: 0;
  }

  .feature-box p,
  .services .service-box p {
    min-height: 0;
  }

  .works-grid,
  .recent-works .works-grid,
  .all-works .works-grid {
    width: min(calc(100vw - 64px), 358px) !important;
    max-width: min(calc(100vw - 64px), 358px) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .recent-works,
  .all-works {
    overflow-x: hidden;
  }

  .recent-works .works-filter,
  .all-works .works-filter {
    width: min(calc(100vw - 64px), 358px);
    max-width: min(calc(100vw - 64px), 358px);
    margin-left: 16px !important;
    margin-right: 16px !important;
    gap: 10px 14px;
  }

  .coddle__box__image {
    min-height: 245px;
  }

  .quote-bar {
    padding: 58px 0;
  }

  .whatsapp-float {
    left: calc(min(100vw, 390px) - 72px);
    right: auto;
    bottom: 16px;
    min-width: 54px;
    min-height: 54px;
    padding: 8px;
    border-radius: 999px;
  }

  .whatsapp-float__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .whatsapp-float__text {
    display: none;
  }
}

@media (max-width: 420px) {
  .header .inner h1,
  .header .inner h2 {
    font-size: 33px;
  }

  .answer-summary h2,
  .services .container:after,
  .titles h3 {
    font-size: 27px;
  }

  .whatsapp-float {
    left: calc(min(100vw, 390px) - 72px);
    right: auto;
    bottom: 16px;
    min-height: 54px;
    padding: 8px;
  }

  .whatsapp-float__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .whatsapp-float__text {
    display: none;
  }

  .answer-summary li,
  .feature-box,
  .services .service-box {
    padding: 20px 18px;
  }
}

body .header.int-header {
  background: linear-gradient(135deg, #0b1018 0%, #101722 52%, #172230 100%) !important;
  background-color: #0b1018 !important;
}

body .header.int-header:before,
body .header.int-header:after {
  display: none !important;
}

body .header.int-header .inner {
  z-index: 5 !important;
  width: min(620px, calc(100% - 96px)) !important;
  padding: 28px 32px !important;
  border-left: 4px solid var(--brand);
  border-radius: 8px;
  background: rgba(17, 22, 29, 0.9) !important;
  box-shadow: 0 22px 58px rgba(17, 22, 29, 0.24);
  backdrop-filter: blur(10px);
}

/* Apple-inspired premium pass: lighter surfaces, calmer contrast, precise spacing. */
body {
  background:
    radial-gradient(circle at 18% 0%, rgba(73, 127, 255, 0.08), rgba(73, 127, 255, 0) 32%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

body .navbar {
  width: min(calc(100% - 64px), 1248px);
  min-height: 72px;
  float: none !important;
  clear: both;
  margin: 24px auto 0 !important;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.09);
  backdrop-filter: blur(24px) saturate(1.35);
}

body .navbar .navbar-nav .nav-link {
  color: rgba(20, 27, 38, 0.78) !important;
}

body .navbar .navbar-nav .nav-link:hover,
body .navbar .navbar-nav .nav-link:focus {
  color: #0f172a !important;
}

body .navbar .logo {
  display: flex;
  align-items: center;
}

body .navbar .logo a {
  width: 174px !important;
  height: 48px !important;
  position: relative;
  display: block;
  border-radius: 8px;
  background: #111827;
}

body .navbar .custom-btn {
  border-radius: 999px;
  background: #111827;
  color: #fff;
}

body .navbar .search-btn {
  background: #111827;
}

body .navbar .hamburger-menu span {
  background: #111827;
}

body .header.int-header {
  background:
    radial-gradient(circle at 76% 24%, rgba(81, 141, 255, 0.16), rgba(81, 141, 255, 0) 32%),
    radial-gradient(circle at 18% 70%, rgba(25, 169, 155, 0.12), rgba(25, 169, 155, 0) 32%),
    linear-gradient(180deg, #f8fafc 0%, #edf3f9 100%) !important;
  color: #111827;
}

body .header.int-header .inner {
  width: min(820px, calc(100% - 96px)) !important;
  padding: 0 !important;
  border-left: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  backdrop-filter: none;
}

body .header.int-header .inner h1,
body .header.int-header .inner h2 {
  color: #111827 !important;
  font-size: clamp(48px, 5.4vw, 76px);
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: none;
}

body .header.int-header .inner h6 {
  max-width: 680px;
  color: rgba(17, 24, 39, 0.62) !important;
  font-size: 19px;
  font-weight: 500;
}

body .services {
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  padding-top: 96px;
}

body .services-intro {
  max-width: 960px;
  margin: 0 auto 42px;
  text-align: center;
}

body .services-intro span,
body .portfolio-intro span {
  color: #6b7280;
  letter-spacing: 0.12em;
}

body .services-intro h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #111827;
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 800;
  line-height: 1.05;
}

body .services-intro p {
  margin-left: auto;
  margin-right: auto;
  color: rgba(17, 24, 39, 0.6);
  font-size: 18px;
}

body .services .row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body .services .service-box {
  min-height: 300px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72));
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(22px);
}

body .services .service-box figure {
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #f8fafc, #e9eff7);
}

body .services .service-box figure img {
  max-width: 30px;
  max-height: 30px;
  filter: none;
}

body .services .service-box > span {
  width: 0;
  height: 0;
  margin: 0;
}

body .services .service-box h5 {
  color: #111827;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

body .services .service-box p {
  min-height: 0;
  color: rgba(17, 24, 39, 0.62);
  font-size: 15px;
  line-height: 1.7;
}

body .services .service-box ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin-top: 18px;
}

body .services .service-box ul li {
  margin: 0;
}

body .services .service-box ul li a {
  color: rgba(17, 24, 39, 0.72);
  font-size: 12px;
  font-weight: 700;
}

body .services .service-box .more-link {
  display: none;
}

body .quote-bar {
  background:
    radial-gradient(circle at 78% 18%, rgba(81, 141, 255, 0.14), rgba(81, 141, 255, 0) 32%),
    linear-gradient(135deg, #111827, #1f2937);
}

@media (max-width: 991px) {
  body .navbar {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  body .header.int-header .inner {
    width: min(calc(100vw - 44px), 560px) !important;
  }

  body .services .row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body .header.int-header {
    background:
      radial-gradient(circle at 70% 18%, rgba(81, 141, 255, 0.16), rgba(81, 141, 255, 0) 30%),
      linear-gradient(180deg, #f8fafc 0%, #edf3f9 100%) !important;
  }

  body .header.int-header .inner {
    left: 20px !important;
    top: 58% !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none;
  }

  body .header.int-header .inner h1,
  body .header.int-header .inner h2 {
    color: #111827 !important;
    font-size: 42px;
    text-shadow: none;
  }

  body .header.int-header .inner h6 {
    color: rgba(17, 24, 39, 0.62) !important;
  }

  body .services {
    padding-top: 64px;
  }

  body .services-intro {
    width: min(calc(100vw - 40px), 350px) !important;
    max-width: min(calc(100vw - 40px), 350px) !important;
    margin-left: 20px !important;
    margin-right: 0 !important;
    text-align: left;
  }

  body .services-intro h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.12;
  }

  body .services-intro p {
    max-width: 100%;
    font-size: 17px;
  }

  body .services .row {
    width: min(calc(100vw - 52px), 338px) !important;
    max-width: min(calc(100vw - 52px), 338px) !important;
    margin-left: 20px !important;
    margin-right: 0 !important;
  }

  body .services .service-box {
    width: 100%;
    padding: 24px;
  }

  body .services .service-box ul {
    grid-template-columns: 1fr;
  }
}

/* Search overlay - premium glass panel */
body .search-box {
  position: fixed;
  inset: 0;
  z-index: 24;
  display: grid;
  place-items: start center;
  padding: 132px 24px 24px;
  background:
    radial-gradient(circle at 72% 18%, rgba(252, 197, 15, 0.18), rgba(252, 197, 15, 0) 28%),
    rgba(248, 250, 252, 0.78);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  backdrop-filter: blur(24px) saturate(1.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

body .search-box.show-me {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body .search-box .inner {
  width: min(720px, calc(100vw - 40px));
  float: none;
  padding: 34px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.16);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

body .search-box .inner h4 {
  margin: 0 0 18px;
  color: #111827;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: left;
}

body .search-box .inner form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 58px;
  float: none;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: #f8fafc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

body .search-box .inner form input[type="text"] {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 100%;
  float: none;
  padding: 0 20px;
  color: #111827;
  font-size: 15px;
  font-weight: 650;
}

body .search-box .inner form input[type="text"]::placeholder {
  color: rgba(17, 24, 39, 0.48);
}

body .search-box .inner form button[type="submit"] {
  display: inline-flex;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 54px;
  height: 44px;
  margin: 6px;
  padding: 0;
  border-radius: 999px;
  background: #111827;
  box-shadow: none;
}

body .search-box .inner form button[type="submit"]:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transform: translate(-62%, -62%);
}

body .search-box .inner form button[type="submit"]:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transform: translate(1px, 4px) rotate(45deg);
}

body .search-box .inner form button[type="submit"] img {
  display: none;
}

body .header .navbar {
  z-index: 30;
}

@media (max-width: 767px) {
  body .search-box {
    padding: 94px 18px 18px;
  }

  body .search-box .inner {
    width: min(calc(100vw - 36px), 354px);
    padding: 24px 20px;
  }

  body .search-box .inner h4 {
    font-size: 26px;
  }

  body .search-box .inner form {
    height: 54px;
  }

  body .search-box .inner form input[type="text"] {
    padding: 0 14px;
    font-size: 14px;
  }

  body .search-box .inner form button[type="submit"] {
    flex-basis: 48px;
    width: 48px;
    height: 42px;
  }
}

/* Services SaaS dark premium landing page */
body.services-saas {
  --saas-bg: #080b10;
  --saas-panel: rgba(255, 255, 255, 0.06);
  --saas-panel-strong: rgba(255, 255, 255, 0.1);
  --saas-line: rgba(255, 255, 255, 0.12);
  --saas-text: #f8fafc;
  --saas-muted: rgba(248, 250, 252, 0.66);
  --saas-soft: rgba(248, 250, 252, 0.42);
  --saas-orange: #ff8a1f;
  --saas-gold: #ffc247;
  --saas-cyan: #62d7d4;
  background: var(--saas-bg);
  color: var(--saas-text);
  overflow-x: hidden;
}

body.services-saas .header.int-header,
body.services-saas > .services,
body.services-saas > .quote-bar,
body.services-saas > .footer-bar {
  display: none !important;
}

body.services-saas .saas-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 5%, rgba(255, 138, 31, 0.22), rgba(255, 138, 31, 0) 34%),
    radial-gradient(circle at 12% 20%, rgba(98, 215, 212, 0.11), rgba(98, 215, 212, 0) 26%),
    linear-gradient(180deg, #080b10 0%, #101621 44%, #080b10 100%);
}

body.services-saas .saas-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

body.services-saas .navbar {
  width: min(1224px, calc(100% - 48px));
  min-height: 74px;
  float: none;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 24px auto 0;
  padding: 12px 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(9, 13, 20, 0.82) !important;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body.services-saas .navbar:after {
  display: none;
}

body.services-saas .navbar .logo {
  flex: 0 0 auto;
  margin-right: 20px;
}

body.services-saas .navbar .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  height: auto;
  line-height: 1;
  margin: 0;
}

body.services-saas .navbar .navbar-nav .nav-item {
  margin: 0 12px;
}

body.services-saas .navbar .navbar-nav .nav-link {
  padding: 10px 0;
  color: rgba(248, 250, 252, 0.78) !important;
  font-size: 12px;
  font-weight: 800;
}

body.services-saas .navbar .navbar-nav .nav-link:hover,
body.services-saas .navbar .navbar-nav .nav-link:focus {
  color: var(--saas-gold) !important;
}

body.services-saas .navbar .custom-btn {
  order: 2;
  width: auto;
  height: 46px;
  min-width: 138px;
  margin: 0;
  padding: 0 22px;
  border: 1px solid rgba(255, 194, 71, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--saas-gold), var(--saas-orange));
  color: #111827;
  line-height: 46px;
  box-shadow: 0 14px 40px rgba(255, 138, 31, 0.24);
}

body.services-saas .navbar .search-btn {
  order: 3;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  margin: 0;
  background: rgba(248, 250, 252, 0.9);
}

body.services-saas .navbar .hamburger-menu {
  order: 4;
  flex: 0 0 36px;
  width: 36px;
  margin: 0;
}

body.services-saas .navbar .hamburger-menu span {
  background: rgba(248, 250, 252, 0.9);
}

body.services-saas .saas-hero {
  position: relative;
  min-height: 760px;
  padding-bottom: 86px;
}

body.services-saas .saas-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 82%);
}

body.services-saas .saas-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: 64px;
  align-items: center;
  padding-top: 120px;
}

body.services-saas .saas-eyebrow,
body.services-saas .saas-section-head span,
body.services-saas .saas-activity-card span,
body.services-saas .saas-panel-head span {
  display: inline-flex;
  align-items: center;
  color: var(--saas-gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.services-saas .saas-hero h1 {
  max-width: 780px;
  margin: 18px 0 24px;
  color: var(--saas-text);
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: 0;
}

body.services-saas .saas-hero p,
body.services-saas .saas-section-head p,
body.services-saas .saas-cta p {
  color: var(--saas-muted);
  font-size: 18px;
  line-height: 1.8;
}

body.services-saas .saas-hero__copy p {
  max-width: 660px;
}

body.services-saas .saas-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

body.services-saas .saas-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  text-decoration: none;
}

body.services-saas .saas-btn--primary {
  background: linear-gradient(135deg, var(--saas-gold), var(--saas-orange));
  color: #111827;
  box-shadow: 0 20px 60px rgba(255, 138, 31, 0.28);
}

body.services-saas .saas-btn--ghost {
  border: 1px solid var(--saas-line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--saas-text);
}

body.services-saas .saas-activity-panel,
body.services-saas .saas-feature-grid article,
body.services-saas .saas-price-grid article,
body.services-saas .saas-quote-stack blockquote,
body.services-saas .saas-stat-grid article {
  border: 1px solid var(--saas-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body.services-saas .saas-activity-panel {
  padding: 22px;
}

body.services-saas .saas-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

body.services-saas .saas-panel-head strong {
  color: #0f172a;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--saas-gold);
  font-size: 11px;
}

body.services-saas .saas-activity-card {
  margin-top: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.55);
}

body.services-saas .saas-activity-card.is-hot {
  background: linear-gradient(135deg, rgba(255, 138, 31, 0.24), rgba(255, 255, 255, 0.06));
}

body.services-saas .saas-activity-card strong {
  display: block;
  margin: 8px 0 4px;
  color: var(--saas-text);
  font-size: 18px;
}

body.services-saas .saas-activity-card small {
  color: var(--saas-soft);
}

body.services-saas .saas-stats,
body.services-saas .saas-features,
body.services-saas .saas-testimonials,
body.services-saas .saas-pricing,
body.services-saas .saas-mobile,
body.services-saas .saas-cta {
  padding: 94px 0;
}

body.services-saas .saas-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

body.services-saas .saas-section-head h2,
body.services-saas .saas-cta h2 {
  margin: 12px 0 0;
  color: var(--saas-text);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

body.services-saas .saas-stat-grid,
body.services-saas .saas-feature-grid,
body.services-saas .saas-price-grid {
  display: grid;
  gap: 18px;
}

body.services-saas .saas-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.services-saas .saas-stat-grid article {
  padding: 28px;
}

body.services-saas .saas-stat-grid strong {
  display: block;
  color: var(--saas-text);
  font-size: 48px;
  line-height: 1;
}

body.services-saas .saas-stat-grid span,
body.services-saas .saas-feature-grid p,
body.services-saas .saas-price-grid p,
body.services-saas .saas-phone li,
body.services-saas .saas-phone small {
  color: var(--saas-muted);
}

body.services-saas .saas-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.services-saas .saas-feature-grid article {
  min-height: 270px;
  padding: 26px;
}

body.services-saas .saas-feature-grid article > span {
  color: var(--saas-orange);
  font-weight: 850;
}

body.services-saas .saas-feature-grid h3,
body.services-saas .saas-price-grid h3,
body.services-saas .saas-phone h3 {
  margin: 42px 0 14px;
  color: var(--saas-text);
  font-size: 22px;
  font-weight: 850;
}

body.services-saas .saas-feature-grid p,
body.services-saas .saas-price-grid p {
  font-size: 15px;
  line-height: 1.7;
}

body.services-saas .saas-two-col,
body.services-saas .saas-mobile__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

body.services-saas .saas-quote-stack {
  display: grid;
  gap: 18px;
}

body.services-saas .saas-quote-stack blockquote {
  margin: 0;
  padding: 30px;
}

body.services-saas .saas-quote-stack p {
  color: var(--saas-text);
  font-size: 20px;
  line-height: 1.55;
}

body.services-saas .saas-quote-stack cite {
  display: block;
  margin-top: 18px;
  color: var(--saas-gold);
  font-style: normal;
  font-weight: 800;
}

body.services-saas .saas-price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.services-saas .saas-price-grid article {
  padding: 30px;
}

body.services-saas .saas-price-grid article.is-featured {
  border-color: rgba(255, 194, 71, 0.42);
  background: linear-gradient(180deg, rgba(255, 138, 31, 0.2), rgba(255, 255, 255, 0.06));
}

body.services-saas .saas-price-grid h3 {
  margin-top: 0;
}

body.services-saas .saas-price-grid strong {
  display: block;
  margin-bottom: 16px;
  color: var(--saas-gold);
  font-size: 34px;
  line-height: 1;
}

body.services-saas .saas-price-grid a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--saas-text);
  font-weight: 850;
  text-decoration: none;
}

body.services-saas .saas-phone {
  width: min(360px, 100%);
  margin: 0 auto;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #05070a;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.42);
}

body.services-saas .saas-phone__screen {
  min-height: 590px;
  padding: 28px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 12%, rgba(255, 138, 31, 0.34), rgba(255, 138, 31, 0) 34%),
    linear-gradient(180deg, #151d2a, #090d14);
}

body.services-saas .saas-phone__screen > span {
  color: var(--saas-gold);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

body.services-saas .saas-phone__screen div {
  margin: 70px 0 26px;
  padding: 24px;
  border: 1px solid var(--saas-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

body.services-saas .saas-phone strong {
  display: block;
  color: var(--saas-text);
  font-size: 56px;
  line-height: 1;
}

body.services-saas .saas-phone ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

body.services-saas .saas-phone li {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
}

body.services-saas .saas-phone li span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--saas-orange);
  box-shadow: 0 0 0 6px rgba(255, 138, 31, 0.13);
}

body.services-saas .saas-cta {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 138, 31, 0.2), rgba(255, 138, 31, 0) 42%),
    #080b10;
}

body.services-saas .saas-cta .saas-shell {
  max-width: 820px;
}

body.services-saas .saas-cta p {
  margin: 18px auto 28px;
}

body.services-saas .footer {
  background: #07090d;
}

body.services-saas .search-box {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 138, 31, 0.2), rgba(255, 138, 31, 0) 28%),
    rgba(8, 11, 16, 0.78);
}

body.services-saas .search-box .inner {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(11, 16, 24, 0.88);
}

body.services-saas .search-box .inner h4 {
  color: var(--saas-text);
}

body.services-saas .search-box .inner form {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

body.services-saas .search-box .inner form input[type="text"] {
  color: var(--saas-text);
}

@media (max-width: 991px) {
  body.services-saas .saas-shell {
    width: min(calc(100% - 36px), 720px);
  }

  body.services-saas .navbar {
    width: 100%;
    min-height: 72px;
    margin: 0;
    border-radius: 0;
  }

  body.services-saas .navbar .navbar-nav {
    display: none;
  }

  body.services-saas .saas-hero {
    min-height: 0;
    padding-bottom: 70px;
  }

  body.services-saas .saas-hero__grid,
  body.services-saas .saas-two-col,
  body.services-saas .saas-mobile__grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 76px;
  }

  body.services-saas .saas-stat-grid,
  body.services-saas .saas-feature-grid,
  body.services-saas .saas-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.services-saas .navbar {
    padding: 12px 16px;
  }

  body.services-saas .navbar .logo {
    margin-right: auto;
  }

  body.services-saas .navbar .custom-btn,
  body.services-saas .navbar .search-btn {
    display: none;
  }

  body.services-saas .saas-hero__grid {
    padding-top: 62px;
  }

  body.services-saas .saas-hero h1 {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  body.services-saas .saas-hero__copy,
  body.services-saas .saas-activity-panel,
  body.services-saas .saas-feature-grid article,
  body.services-saas .saas-price-grid article,
  body.services-saas .saas-stat-grid article,
  body.services-saas .saas-quote-stack blockquote {
    max-width: 100%;
    box-sizing: border-box;
  }

  body.services-saas .saas-hero__copy,
  body.services-saas .saas-hero__copy h1,
  body.services-saas .saas-hero__copy p,
  body.services-saas .saas-actions,
  body.services-saas .saas-activity-panel {
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
  }

  body.services-saas .saas-hero p,
  body.services-saas .saas-section-head p,
  body.services-saas .saas-cta p {
    font-size: 16px;
  }

  body.services-saas .saas-stats,
  body.services-saas .saas-features,
  body.services-saas .saas-testimonials,
  body.services-saas .saas-pricing,
  body.services-saas .saas-mobile,
  body.services-saas .saas-cta {
    padding: 68px 0;
  }

  body.services-saas .saas-stat-grid,
  body.services-saas .saas-feature-grid,
  body.services-saas .saas-price-grid {
    grid-template-columns: 1fr;
  }

  body.services-saas .saas-feature-grid article {
    min-height: 0;
  }

body.services-saas .saas-phone__screen {
    min-height: 520px;
  }
}

/* Services page rollback to Alphalinx dark house style */
body.services-page {
  background: #f5f7fb;
}

body.services-page .header.int-header {
  height: 430px !important;
  min-height: 430px;
  padding-top: 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(246, 197, 68, 0.18), rgba(246, 197, 68, 0) 30%),
    linear-gradient(135deg, #0d121a 0%, #121a25 54%, #182433 100%) !important;
}

body.services-page .header.int-header:before,
body.services-page .header.int-header:after {
  display: none !important;
}

body.services-page .navbar {
  width: min(calc(100% - 64px), 1248px);
  min-height: 74px;
  margin: 24px auto 0;
  padding: 12px 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(16, 22, 31, 0.94) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

body.services-page .navbar:after {
  display: none;
}

body.services-page .navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.88) !important;
}

body.services-page .navbar .navbar-nav .nav-link:hover,
body.services-page .navbar .navbar-nav .nav-link:focus {
  color: var(--brand) !important;
}

body.services-page .navbar .custom-btn {
  background: var(--brand);
  color: #11161d;
  box-shadow: 0 16px 40px rgba(246, 197, 68, 0.24);
}

body.services-page .navbar .search-btn {
  background: #ffffff;
}

body.services-page .navbar .hamburger-menu span {
  background: #ffffff;
}

body.services-page .header.int-header .inner {
  left: 5% !important;
  top: 48% !important;
  width: min(620px, calc(100% - 96px)) !important;
  padding: 0 !important;
  border: 0;
  background: transparent !important;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.services-page .header.int-header .inner h1,
body.services-page .header.int-header .inner h2 {
  color: #ffffff !important;
  font-size: clamp(58px, 8vw, 94px);
  line-height: 0.95;
  text-shadow: none;
}

body.services-page .header.int-header .inner h6 {
  max-width: 720px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 19px;
  line-height: 1.5;
}

body.services-page .services {
  padding: 86px 0 98px;
  background: #f5f7fb;
}

body.services-page .services-intro {
  max-width: 900px;
  margin: 0 auto 58px;
  text-align: center;
}

body.services-page .services-intro span {
  color: var(--brand);
}

body.services-page .services-intro h2 {
  color: #11161d;
  font-size: clamp(38px, 5vw, 64px);
}

body.services-page .services-intro p {
  color: rgba(17, 22, 29, 0.64);
}

body.services-page .services .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.services-page .services .row > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
}

body.services-page .services .service-box {
  min-height: 360px;
  padding: 34px;
  border: 1px solid rgba(17, 22, 29, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 22, 29, 0.08);
  text-align: left;
}

body.services-page .services .service-box figure {
  width: 56px;
  height: 56px;
  margin: 0 0 28px;
  background: #11161d;
}

body.services-page .services .service-box h5 {
  color: #11161d;
}

body.services-page .services .service-box p {
  color: rgba(17, 22, 29, 0.64);
}

@media (max-width: 991px) {
  body.services-page .navbar {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  body.services-page .services .row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.services-page .header.int-header {
    height: 360px !important;
    min-height: 360px;
  }

  body.services-page .header.int-header .inner {
    left: 20px !important;
    top: 52% !important;
    width: min(calc(100vw - 40px), 350px) !important;
  }

  body.services-page .header.int-header .inner h1,
  body.services-page .header.int-header .inner h2 {
    font-size: 48px;
  }

  body.services-page .header.int-header .inner h6 {
    font-size: 16px;
  }

  body.services-page .services-intro,
  body.services-page .services .row {
    width: min(calc(100vw - 40px), 350px) !important;
    max-width: min(calc(100vw - 40px), 350px) !important;
    margin-left: 20px !important;
    margin-right: 0 !important;
  }

  body.services-page .services .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.services-page .services-intro {
    text-align: left;
  }

  body.services-page .services-intro h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.12;
  }

  body.services-page .services-intro p {
    max-width: 100%;
  }
}

/* Alphalinx consultancy content page */
body.alphalinx-page {
  background: #f4f7fb;
}

body.alphalinx-page .header.int-header {
  background:
    radial-gradient(circle at 72% 16%, rgba(246, 197, 68, 0.18), rgba(246, 197, 68, 0) 30%),
    linear-gradient(135deg, #101720 0%, #172231 100%) !important;
}

body.alphalinx-page .header.int-header:before,
body.alphalinx-page .header.int-header:after {
  display: none !important;
}

body.alphalinx-page .header.int-header .inner {
  background: transparent !important;
  box-shadow: none;
  border: 0;
}

body.alphalinx-page .header.int-header .inner h2,
body.alphalinx-page .header.int-header .inner h1 {
  color: #ffffff !important;
  text-shadow: none;
}

body.alphalinx-page .header.int-header .inner h6 {
  color: rgba(255, 255, 255, 0.76) !important;
}

.about-summary-block {
  position: relative;
  z-index: 4;
  margin-top: -70px;
  padding: 0 0 72px;
  background: linear-gradient(180deg, rgba(244, 247, 251, 0), #f4f7fb 56%);
}

.about-summary-block__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 28px;
  align-items: stretch;
  width: min(1220px, calc(100% - 70px));
  margin: 0 auto;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(17, 22, 29, 0.98), rgba(35, 48, 66, 0.95)),
    url("../images/office03.jpg") center/cover no-repeat;
  box-shadow: 0 28px 70px rgba(17, 22, 29, 0.24);
}

.about-summary-block__intro span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-summary-block h2 {
  max-width: 560px;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
}

.about-summary-block p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.72;
}

.about-summary-block ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
}

.about-summary-block li {
  min-width: 0;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-left: 3px solid var(--brand);
  border-radius: 6px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.about-summary-block li strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 850;
}

.about-summary-block li span {
  display: block;
  font-size: 13px;
  line-height: 1.65;
}

.about-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.about-overview,
.about-capabilities,
.about-regions,
.about-process,
.about-fit,
.about-contact-strip {
  padding: 86px 0;
}

.about-overview {
  background: #ffffff;
}

.about-overview .about-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 52px;
  align-items: center;
}

.about-copy span,
.about-section-title span,
.about-fit__panel span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-copy h2,
.about-section-title h2,
.about-fit__panel h2,
.about-contact-strip h2 {
  margin: 0 0 20px;
  color: #11161d;
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: 0;
}

.about-copy p,
.about-card-grid p,
.about-steps p,
.about-fit__panel li,
.about-contact-strip p {
  color: rgba(17, 22, 29, 0.66);
  font-size: 16px;
  line-height: 1.78;
}

.about-proof {
  display: grid;
  gap: 14px;
}

.about-proof article,
.about-card-grid article,
.about-steps article {
  border: 1px solid rgba(17, 22, 29, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 22, 29, 0.08);
}

.about-proof article {
  padding: 26px;
}

.about-proof strong {
  display: block;
  color: #11161d;
  font-size: 42px;
  line-height: 1;
}

.about-proof span {
  display: block;
  margin-top: 10px;
  color: rgba(17, 22, 29, 0.62);
  font-size: 14px;
  line-height: 1.6;
}

.about-capabilities,
.about-regions,
.about-fit {
  background: #f4f7fb;
}

.about-section-title {
  max-width: 820px;
  margin-bottom: 38px;
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-region-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.about-card-grid article {
  min-height: 230px;
  padding: 28px;
}

.about-region-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(17, 22, 29, 0.08);
  border-top: 3px solid var(--brand);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 22, 29, 0.07);
}

.about-region-grid strong {
  display: block;
  margin-bottom: 12px;
  color: #11161d;
  font-size: 22px;
  font-weight: 850;
}

.about-region-grid span {
  display: block;
  color: rgba(17, 22, 29, 0.66);
  font-size: 14px;
  line-height: 1.65;
}

.about-card-grid h3,
.about-steps h3 {
  margin: 0 0 14px;
  color: #11161d;
  font-size: 22px;
  font-weight: 850;
}

.about-process {
  background: #ffffff;
}

.about-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-steps article {
  padding: 26px;
}

.about-steps article > span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--brand);
  font-size: 18px;
  font-weight: 900;
}

.about-fit__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 44px;
  align-items: center;
  padding: 42px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 10%, rgba(246, 197, 68, 0.22), rgba(246, 197, 68, 0) 32%),
    linear-gradient(135deg, #11161d, #1d2a3a);
  box-shadow: 0 28px 70px rgba(17, 22, 29, 0.18);
}

.about-fit__panel h2 {
  color: #ffffff;
}

.about-fit__panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.about-fit__panel li {
  list-style: none;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 3px solid var(--brand);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.74);
}

.about-contact-strip {
  text-align: center;
  background: #ffffff;
}

.about-contact-strip .about-shell {
  max-width: 860px;
}

.about-contact-strip p {
  margin: 0 auto 26px;
}

.about-contact-strip a {
  color: #11161d;
  font-weight: 850;
}

.about-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--brand);
  color: #11161d !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(246, 197, 68, 0.3);
}

@media (max-width: 991px) {
  .about-summary-block__inner {
    grid-template-columns: 1fr;
  }

  .about-summary-block ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-overview .about-shell,
  .about-fit__panel {
    grid-template-columns: 1fr;
  }

  .about-card-grid,
  .about-steps,
  .about-region-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-shell {
    width: min(calc(100vw - 40px), 350px);
  }

  .about-summary-block {
    margin-top: -34px;
    padding-bottom: 54px;
  }

  .about-summary-block__inner {
    width: min(calc(100vw - 32px), 358px);
    margin-left: 16px;
    margin-right: 0;
    padding: 28px 22px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-summary-block ul {
    grid-template-columns: 1fr;
  }

  .about-summary-block h2 {
    font-size: 29px;
  }

  .about-overview,
  .about-capabilities,
  .about-regions,
  .about-process,
  .about-fit,
  .about-contact-strip {
    padding: 62px 0;
  }

  .about-card-grid,
  .about-steps,
  .about-region-grid {
    grid-template-columns: 1fr;
  }

  .about-copy h2,
  .about-section-title h2,
  .about-fit__panel h2,
  .about-contact-strip h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .about-fit__panel {
    padding: 28px 22px;
  }
}

/* Consistent inner-page title placement across About, Services, Works, FAQ and Contact. */
body .header.int-header .inner,
body.services-page .header.int-header .inner,
body.alphalinx-page .header.int-header .inner {
  position: absolute !important;
  left: max(32px, calc((100vw - 1248px) / 2 + 32px)) !important;
  top: 50% !important;
  width: min(820px, calc(100vw - 96px)) !important;
  max-width: min(820px, calc(100vw - 96px)) !important;
  transform: translateY(-22%) !important;
  text-align: left !important;
}

body .header.int-header .inner h1,
body .header.int-header .inner h2,
body.services-page .header.int-header .inner h1,
body.services-page .header.int-header .inner h2,
body.alphalinx-page .header.int-header .inner h1,
body.alphalinx-page .header.int-header .inner h2 {
  max-width: 820px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body .header.int-header .inner h6,
body.services-page .header.int-header .inner h6,
body.alphalinx-page .header.int-header .inner h6 {
  max-width: 720px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 991px) {
  body .header.int-header .inner,
  body.services-page .header.int-header .inner,
  body.alphalinx-page .header.int-header .inner {
    left: 24px !important;
    top: 56% !important;
    width: min(calc(100vw - 48px), 560px) !important;
    max-width: min(calc(100vw - 48px), 560px) !important;
    transform: translateY(-35%) !important;
  }
}

@media (max-width: 767px) {
  body .header.int-header .inner,
  body.services-page .header.int-header .inner,
  body.alphalinx-page .header.int-header .inner {
    left: 20px !important;
    top: 58% !important;
    width: min(calc(100vw - 40px), 350px) !important;
    max-width: min(calc(100vw - 40px), 350px) !important;
    transform: translateY(-40%) !important;
  }
}
