:root {
  --font-heading: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --font-body-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --brand-primary: #00587c;
  --brand-primary-2: #12b7d9;
  --brand-dark: #07111f;
  --brand-dark-2: #0d1b2d;
  --brand-light: #eef9fc;
  --brand-muted: #637083;
  --brand-border: rgba(0, 88, 124, 0.12);
  --white: #ffffff;
  --shadow-soft: 0 14px 38px rgba(7, 17, 31, 0.08);
  --shadow-medium: 0 20px 56px rgba(7, 17, 31, 0.15);
  --transition: all 0.25s ease;
  --font-body: 15.5px;
  --font-small: 13px;
  --font-card: 14.5px;
  --line-body: 1.68;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: var(--font-body-family);
  font-feature-settings: "kern" 1, "liga" 1;
  color: #263442;
  background: #ffffff;
  line-height: var(--line-body);
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  position: relative;
  display: block;
  font-size: var(--font-body);
  padding-top: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--brand-primary);
  transition: var(--transition);
}

a:hover {
  color: var(--brand-primary-2);
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(18, 183, 217, 0.45);
  outline-offset: 3px;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header,
main,
section,
footer,
.tm-footer {
  position: relative !important;
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  height: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}

.site-header {
  z-index: auto !important;
  padding-top: 0;
}

main {
  z-index: auto !important;
  background: #ffffff;
}

section {
  clear: both;
}

.container {
  position: relative;
  z-index: 1;
}

.fixed-top {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 999999 !important;
}

.skip-link {
  position: absolute;
  top: -80px;
  left: 15px;
  background: var(--brand-dark);
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 8px;
  z-index: 999999;
}

.skip-link:focus {
  top: 15px;
  color: #ffffff;
}

.tm-section-pad-top {
  padding-top: 78px;
}

.section-pad-bottom {
  padding-bottom: 78px;
}

.section-alt {
  background: #f6fbfd;
}

.tm-text-primary {
  color: var(--brand-primary) !important;
}

.tm-section-title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 2.8vw, 36px);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tm-section-desc {
  max-width: 820px;
  color: var(--brand-muted);
  line-height: 1.68;
  font-size: 15.5px;
}

.tm-intro-text {
  color: #5d6978;
  line-height: 1.7;
  font-size: 16px;
}

.section-kicker {
  display: inline-block;
  color: var(--brand-primary-2);
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  margin-bottom: 9px;
}

.tm-btn-primary,
.tm-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-2));
  color: #ffffff !important;
  border: none;
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 800;
  font-size: 14.5px;
  box-shadow: 0 12px 30px rgba(0, 88, 124, 0.24);
  transition: var(--transition);
  white-space: normal;
  text-align: center;
  line-height: 1.35;
}

.tm-btn-primary:hover,
.tm-btn-submit:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 88, 124, 0.32);
}

.btn-outline-light-modern {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 800;
  font-size: 14.5px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  white-space: normal;
  text-align: center;
  line-height: 1.35;
}

.btn-outline-light-modern:hover {
  background: #ffffff;
  color: var(--brand-primary) !important;
}

/* NAVBAR */

.kaziara-navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 8px 0;
  transition: var(--transition);
  border-bottom: 1px solid rgba(0, 88, 124, 0.08);
  box-shadow: 0 10px 32px rgba(7, 17, 31, 0.08);
}

.kaziara-navbar.scroll,
.kaziara-navbar.menu-open {
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(7, 17, 31, 0.12);
}

.kaziara-brand {
  color: var(--brand-dark) !important;
  font-weight: 800;
  display: flex;
  align-items: center;
  max-width: 230px;
}

.brand-logo-shell,
.footer-logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  flex-shrink: 0;
}

.kaziara-logo {
  height: 60px;
  width: auto;
  object-fit: contain;
  display: block;
}

.brand-wordmark {
  margin-left: 10px;
  color: var(--brand-dark);
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 1.15;
}

.kaziara-nav-list {
  align-items: center;
  gap: 1px;
}

.tm-nav-link {
  color: #233242 !important;
  font-weight: 800;
  padding: 8px 9px !important;
  position: relative;
  border-radius: 999px;
  font-size: 12.5px;
  line-height: 1.25;
}

.tm-nav-link:hover,
.tm-nav-link.current {
  color: var(--brand-primary) !important;
  background: rgba(0, 88, 124, 0.08);
}

.tm-nav-link .fa-chevron-down {
  font-size: 9px;
  margin-left: 4px;
  transition: var(--transition);
}

.nav-cta {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-2));
  color: #ffffff !important;
  border-radius: 999px;
  margin-left: 7px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  box-shadow: 0 12px 28px rgba(0, 88, 124, 0.2);
}

.nav-cta:hover,
.nav-cta.current {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-primary));
  color: #ffffff !important;
}

.nav-dropdown {
  position: relative;
}

.dropdown-menu-modern {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 300px;
  background: #ffffff;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 24px 60px rgba(7, 17, 31, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: var(--transition);
  z-index: 1000000;
  border: 1px solid rgba(0, 88, 124, 0.08);
}

.nav-dropdown:hover .dropdown-menu-modern,
.nav-dropdown:focus-within .dropdown-menu-modern {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu-modern a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #263442;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 13.5px;
  line-height: 1.35;
  word-break: normal;
}

.dropdown-menu-modern a:hover {
  background: var(--brand-light);
  color: var(--brand-primary);
}

.dropdown-menu-modern i {
  width: 18px;
  color: var(--brand-primary);
  flex-shrink: 0;
}

.kaziara-toggler {
  border: 1px solid rgba(0, 88, 124, 0.2);
  border-radius: 12px;
  color: var(--brand-primary);
  padding: 8px 10px;
  margin: 10px;
}

/* HERO SECTION */

.hero-section {
  position: relative !important;
  min-height: 100svh;
  height: auto !important;
  overflow: hidden;
  padding: 118px 0 70px;
  background:
    radial-gradient(circle at 12% 22%, rgba(0, 167, 216, 0.28), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(0, 119, 168, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(7, 17, 31, 0.96), rgba(0, 88, 124, 0.94)),
    url("../img/hero-digital-business.jpg");
  background-size: cover;
  background-position: center;
  display: flex !important;
  align-items: center;
  isolation: isolate;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 17, 31, 0.94) 0%,
    rgba(7, 17, 31, 0.82) 48%,
    rgba(0, 88, 124, 0.64) 100%
  );
  z-index: -2;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 88%);
  z-index: -1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  align-items: stretch;
  width: 100%;
  min-height: 520px;
}

.hero-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 0;
}

.hero-kicker {
  color: #7be5ff;
  text-transform: uppercase;
  letter-spacing: 1.45px;
  font-size: 11.5px;
  font-weight: 900;
  margin-bottom: 12px;
}

.tm-hero-title {
  font-family: var(--font-heading);
  color: #ffffff;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.03;
  font-weight: 900;
  margin-bottom: 24px;
  max-width: 760px;
  letter-spacing: -0.055em;
}

.tm-hero-title span {
  color: #7be5ff;
}

.hero-summary {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.68;
  max-width: 650px;
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 24px;
}

.hero-panel {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 100%;
  justify-self: stretch;
  align-self: stretch;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.hero-panel::before {
  display: none;
}

.hero-service-slider {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  width: 100%;
  height: 100%;
  min-height: 520px;
  z-index: 2;
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.96), rgba(0, 88, 124, 0.88)),
    rgba(7, 17, 31, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-slider-panel-heading {
  position: absolute;
  top: 24px;
  left: 50%;
  right: auto;
  z-index: 5;
  padding: 0;
  max-width: 440px;
  width: calc(100% - 48px);
  text-align: center;
  transform: translateX(-50%);
}

.hero-slider-panel-heading h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.38);
  border: 1px solid rgba(123, 229, 255, 0.32);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.25);
  margin: 0 auto;
  text-align: center;
}

.hero-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
}

.hero-feature-card {
  position: relative;
  min-width: 100%;
  height: 100%;
  min-height: 520px;
  background: transparent;
  border-radius: 28px;
  overflow: hidden;
  border: none;
  box-shadow: none;
}

.hero-feature-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at center, rgba(18, 183, 217, 0.16), transparent 52%),
    linear-gradient(135deg, #07111f, #0d1b2d);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.hero-feature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(7, 17, 31, 0.06) 0%,
      rgba(7, 17, 31, 0.02) 45%,
      rgba(7, 17, 31, 0.48) 100%
    );
}

.hero-slide-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-primary) !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-slide-cta:hover {
  background: #ffffff;
  color: var(--brand-dark) !important;
  transform: translateY(-2px);
}

.hero-slide-cta i {
  font-size: 12px;
  transition: var(--transition);
}

.hero-slide-cta:hover i {
  transform: translateX(4px);
}

.hero-slider-controls {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 6;
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 0;
  pointer-events: none;
}

.hero-slider-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-self: start;
  pointer-events: auto;
}

.hero-slider-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: var(--transition);
  padding: 0;
}

.hero-slider-dot.active {
  width: 24px;
  background: #7be5ff;
}

.hero-slider-control-cta {
  justify-self: center;
  align-self: center;
  pointer-events: auto;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-slider-arrows {
  display: flex;
  gap: 9px;
  flex-shrink: 0;
  justify-self: end;
  pointer-events: auto;
}

.hero-slider-btn {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  cursor: pointer;
  transition: var(--transition);
}

.hero-slider-btn:hover {
  background: #ffffff;
  color: var(--brand-primary);
}

/* SHARED SECTION PROTECTION */

#about,
#partners,
#it-consulting-services,
#background-checks,
#process,
#problems,
#faq,
#start-project,
#contact {
  position: relative !important;
  z-index: auto !important;
  clear: both;
}

@supports (content-visibility: auto) {
  #about,
  #partners,
  #it-consulting-services,
  #background-checks,
  #process,
  #problems,
  #faq,
  #start-project,
  #contact {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }
}

/* CARDS */

.modern-card,
.form-card {
  background: #ffffff;
  border: 1px solid var(--brand-border);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  min-height: 100%;
  transition: var(--transition);
  overflow: hidden;
}

.modern-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-medium);
}

.modern-card h3 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.modern-card p {
  font-size: var(--font-card);
  line-height: 1.6;
}

.icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(0, 88, 124, 0.12), rgba(18, 183, 217, 0.14));
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 15px;
  flex-shrink: 0;
}

/* ABOUT IMAGE */

.section-image-wrap {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}

.section-image-wrap img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  display: block;
}

.image-floating-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow-soft);
}

.image-floating-card h3 {
  color: var(--brand-primary);
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.25;
}

.image-floating-card p {
  color: var(--brand-muted);
  margin-bottom: 0;
  font-size: 14.5px;
  line-height: 1.55;
}

/* SERVICES */

.services-premium-section {
  position: relative;
  overflow: hidden;
}

.services-premium-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(18, 183, 217, 0.13), transparent 68%);
  pointer-events: none;
}

.services-premium-section::after {
  content: "";
  position: absolute;
  left: -220px;
  bottom: -220px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(0, 88, 124, 0.08), transparent 70%);
  pointer-events: none;
}

.services-premium-header {
  max-width: 900px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 2;
}

.solution-category-tabs {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 34px;
  max-width: 980px;
}

.solution-category-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #263442;
  background: #ffffff;
  border: 1px solid rgba(0, 88, 124, 0.12);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
  box-shadow: 0 10px 28px rgba(7, 17, 31, 0.05);
}

.solution-category-tabs a:hover {
  color: #ffffff;
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  transform: translateY(-2px);
}

.solution-category-tabs i {
  color: var(--brand-primary-2);
}

.solution-category-tabs a:hover i {
  color: #ffffff;
}

.solution-service-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  contain: content;
}

.solution-service-card {
  --card-accent: var(--brand-primary);
  --card-soft: rgba(0, 88, 124, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 88, 124, 0.1);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 16px 44px rgba(7, 17, 31, 0.07);
  transition: var(--transition);
  overflow: hidden;
}

.solution-service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: var(--card-accent);
}

.solution-service-card::after {
  content: "";
  position: absolute;
  top: -72px;
  right: -72px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: var(--card-soft);
  pointer-events: none;
}

.solution-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 70px rgba(7, 17, 31, 0.13);
  border-color: rgba(0, 88, 124, 0.18);
}

.solution-service-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
}

.solution-service-number {
  color: var(--card-accent);
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.solution-service-icon {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background: var(--card-soft);
  color: var(--card-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  flex: 0 0 64px;
}

.solution-service-body {
  position: relative;
  z-index: 2;
  flex: 1;
}

.solution-label {
  display: inline-block;
  color: var(--card-accent) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px !important;
  font-weight: 900;
  line-height: 1.3 !important;
  margin-bottom: 8px !important;
}

.solution-service-body h3 {
  color: var(--brand-dark);
  font-size: 23px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

.solution-service-body p {
  color: var(--brand-muted);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.solution-include-box {
  background: #f8fcfd;
  border: 1px solid rgba(0, 88, 124, 0.1);
  border-radius: 18px;
  padding: 17px;
  margin-top: 16px;
}

.solution-include-box h4 {
  color: var(--brand-dark);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 10px;
}

.solution-include-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.solution-include-box li {
  position: relative;
  color: #4f5d6c;
  font-size: 14px;
  line-height: 1.45;
  padding-left: 22px;
}

.solution-include-box li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--card-accent);
  font-size: 12px;
}

.solution-link {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  color: var(--card-accent);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.solution-link:hover {
  color: var(--brand-dark);
}

.solution-link i {
  font-size: 12px;
  transition: var(--transition);
}

.solution-link:hover i {
  transform: translateX(4px);
}

.service-card-digital {
  --card-accent: #0ea5e9;
  --card-soft: rgba(14, 165, 233, 0.12);
}

.service-card-systems {
  --card-accent: #2563eb;
  --card-soft: rgba(37, 99, 235, 0.11);
}

.service-card-hosting {
  --card-accent: #7c3aed;
  --card-soft: rgba(124, 58, 237, 0.11);
}

.service-card-support {
  --card-accent: #0891b2;
  --card-soft: rgba(8, 145, 178, 0.12);
}

.service-card-identity {
  --card-accent: #0f766e;
  --card-soft: rgba(15, 118, 110, 0.12);
}

.service-card-qualification {
  --card-accent: #9333ea;
  --card-soft: rgba(147, 51, 234, 0.11);
}

.service-card-risk {
  --card-accent: #dc2626;
  --card-soft: rgba(220, 38, 38, 0.1);
}

.service-card-process {
  --card-accent: #f59e0b;
  --card-soft: rgba(245, 158, 11, 0.14);
}

.services-bottom-cta {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-primary));
  border-radius: 24px;
  padding: 26px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: var(--shadow-medium);
  overflow: hidden;
}

.services-bottom-cta::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.services-bottom-cta > * {
  position: relative;
  z-index: 2;
}

.services-bottom-cta h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 6px;
}

.services-bottom-cta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.service-notice-card {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  background: #ffffff;
  border: 1px solid rgba(0, 88, 124, 0.14);
  border-left: 6px solid var(--brand-primary);
  border-radius: 22px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.service-notice-card > div {
  min-width: 0;
}

.service-notice-card h3 {
  color: var(--brand-primary);
  margin-bottom: 6px;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.25;
}

.service-notice-card p {
  color: var(--brand-muted);
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 14.5px;
}

.service-notice-card .tm-btn-primary {
  flex-shrink: 0;
}

/* CHECK LIST */

.check-list li {
  color: #4f5d6c;
  margin-bottom: 9px;
  line-height: 1.5;
  font-size: 14.5px;
}

.check-list i {
  color: var(--brand-primary-2);
  margin-right: 8px;
}

/* DARK PANEL */

.dark-panel {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-primary));
  border-radius: 24px;
  padding: 30px;
  color: #ffffff;
  box-shadow: var(--shadow-medium);
  overflow: hidden;
}

.dark-panel h2,
.dark-panel h3,
.dark-panel h4 {
  letter-spacing: -0.03em;
}

.dark-panel p,
.dark-panel li,
.dark-panel a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
}

.dark-panel hr {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 26px 0;
}

.contact-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.12);
  color: #7be5ff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  flex: 0 0 44px;
}

.contact-next-list {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

/* FAQ */

.faq-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--brand-border);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: #ffffff;
  padding: 18px;
  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;
}

.faq-question h3 {
  font-size: 16px;
  color: var(--brand-dark);
  margin: 0;
  flex: 1;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.faq-question-icon {
  width: 40px;
  height: 40px;
  background: var(--brand-light);
  color: var(--brand-primary);
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  flex: 0 0 40px;
}

.faq-toggle {
  color: var(--brand-primary);
  margin-left: 12px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-inner {
  padding: 0 20px 20px 72px;
}

.faq-answer-inner p {
  color: var(--brand-muted);
  line-height: 1.65;
  margin-bottom: 0;
  font-size: 14.5px;
}

.faq-cta-card {
  margin-top: 26px;
  background: #ffffff;
  border: 1px solid var(--brand-border);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-cta-card > div {
  min-width: 0;
}

.faq-cta-card h3 {
  color: var(--brand-primary);
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.25;
}

.faq-cta-card p {
  color: var(--brand-muted);
  margin-bottom: 0;
  font-size: 14.5px;
  line-height: 1.6;
}

.cta-kicker {
  color: #7be5ff;
}

/* CONTACT */

.quick-quote-card {
  background: var(--brand-light);
  border-left: 5px solid var(--brand-primary-2);
  border-radius: 16px;
  padding: 22px;
  overflow: hidden;
}

.quick-quote-card h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.quick-quote-card p {
  color: #555555;
  font-size: 14.5px;
  line-height: 1.6;
}

.form-card {
  padding: 30px;
}

.form-card h3 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.form-card p {
  color: #666666;
  font-size: 14.5px;
}

.form-card label {
  display: block;
  font-weight: 800;
  color: #263442;
  margin-bottom: 7px;
  font-size: 14px;
}

.tm-input {
  width: 100%;
  border: 1px solid rgba(0, 88, 124, 0.16);
  border-radius: 13px;
  padding: 12px 15px;
  margin-bottom: 16px;
  outline: none;
  transition: var(--transition);
  color: #263442;
  background: #ffffff;
  display: block;
  font-size: 14.5px;
}

.tm-input:focus {
  border-color: var(--brand-primary-2);
  box-shadow: 0 0 0 4px rgba(18, 183, 217, 0.13);
}

/* SCROLL REVEAL ANIMATION */

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

.reveal-delay-3 {
  transition-delay: 0.24s;
}

.reveal-delay-4 {
  transition-delay: 0.32s;
}

.reveal-delay-5 {
  transition-delay: 0.4s;
}

.reveal-left {
  transform: translateX(-34px);
}

.reveal-right {
  transform: translateX(34px);
}

.reveal-left.reveal-visible,
.reveal-right.reveal-visible {
  transform: translateX(0);
}

.reveal-scale {
  transform: scale(0.96);
}

.reveal-scale.reveal-visible {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .reveal-left,
  .reveal-right,
  .reveal-scale {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* FOOTER */

.tm-footer {
  position: relative !important;
  display: block !important;
  clear: both !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  z-index: auto !important;
  background: var(--brand-dark) !important;
  padding: 56px 0 24px !important;
  color: rgba(255, 255, 255, 0.78);
  overflow: hidden;
}

.tm-footer p,
.tm-footer li {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  font-size: 14.5px;
}

.tm-footer a,
.footer-link {
  color: rgba(255, 255, 255, 0.78);
}

.tm-footer a:hover,
.footer-link:hover {
  color: #7be5ff;
}

.tm-footer h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.footer-logo-shell img {
  width: 160px;
  height: auto;
  display: block;
}

.tm-footer hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 28px 0 18px;
}

/* FLOATING BUTTONS */

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 96px;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  background: var(--brand-primary);
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-medium);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  z-index: 999998;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--brand-primary-2);
  color: #ffffff !important;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 28px;
  background: #25d366;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 12px 17px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 18px 45px rgba(37, 211, 102, 0.35);
  z-index: 999998;
}

.floating-whatsapp:hover {
  background: #1ebe5d;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.floating-whatsapp,
a[href*="wa.me"].tm-btn-primary {
  background: #25d366 !important;
  background-image: none !important;
  color: #ffffff !important;
  box-shadow: 0 18px 45px rgba(37, 211, 102, 0.35);
}

.floating-whatsapp:hover,
a[href*="wa.me"].tm-btn-primary:hover {
  background: #1ebe5d !important;
  color: #ffffff !important;
}

.fab.fa-whatsapp {
  color: inherit;
}

/* LOGO CLEAN FIX - NO BORDER, NO SHADOW, NO ANIMATION */

.kaziara-brand,
.kaziara-brand:hover,
.kaziara-brand:focus,
.brand-logo-shell,
.footer-logo-shell,
.footer-brand,
.kaziara-logo,
.footer-logo-shell img {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  animation: none !important;
  transition: none !important;
  transform: none !important;
}

.kaziara-brand:hover,
.kaziara-brand:focus,
.brand-logo-shell:hover,
.footer-logo-shell:hover,
.kaziara-logo:hover,
.footer-logo-shell img:hover {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  transform: none !important;
}

.kaziara-brand.reveal-on-scroll,
.brand-logo-shell.reveal-on-scroll,
.footer-logo-shell.reveal-on-scroll,
.footer-brand.reveal-on-scroll,
.kaziara-logo.reveal-on-scroll,
.footer-logo-shell img.reveal-on-scroll {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

.kaziara-brand.reveal-visible,
.brand-logo-shell.reveal-visible,
.footer-logo-shell.reveal-visible,
.footer-brand.reveal-visible,
.kaziara-logo.reveal-visible,
.footer-logo-shell img.reveal-visible {
  opacity: 1 !important;
  transform: none !important;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .kaziara-brand {
    max-width: 200px;
  }

  .brand-wordmark {
    font-size: 14.5px;
  }

  .tm-nav-link {
    font-size: 12px;
    padding: 8px 7px !important;
  }

  .tm-hero-title {
  font-family: var(--font-heading);
    font-size: clamp(34px, 4.4vw, 50px);
  }

  .hero-grid {
    gap: 34px;
    min-height: 500px;
  }

  .hero-service-slider,
  .hero-feature-card {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .kaziara-navbar {
    padding: 9px 0;
  }

  .navbar-collapse {
    background: #ffffff;
    border-radius: 18px;
    padding: 16px;
    margin-top: 14px;
    box-shadow: var(--shadow-medium);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  .kaziara-nav-list {
    align-items: stretch;
    gap: 6px;
  }

  .tm-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    padding: 12px 14px !important;
  }

  .dropdown-menu-modern {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    margin: 0 0 10px;
    box-shadow: none;
    min-width: 100%;
    border: 1px solid rgba(0, 88, 124, 0.08);
  }

  .nav-dropdown:hover .dropdown-menu-modern,
  .nav-dropdown:focus-within .dropdown-menu-modern {
    display: none;
  }

  .nav-dropdown.mobile-dropdown-open .dropdown-menu-modern {
    display: block;
  }

  .nav-dropdown.mobile-dropdown-open > .tm-nav-link {
    background: rgba(0, 88, 124, 0.08);
    color: var(--brand-primary) !important;
  }

  .nav-dropdown.mobile-dropdown-open > .tm-nav-link .fa-chevron-down {
    transform: rotate(180deg);
  }

  .nav-cta {
    margin-left: 0;
    margin-top: 8px;
    text-align: center;
    justify-content: center;
  }

  .hero-section {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 68px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
  }

  .hero-content {
    padding: 0;
  }

  .hero-service-slider,
  .hero-feature-card {
    min-height: 430px;
  }

  .solution-service-grid {
    grid-template-columns: 1fr;
  }

  .services-bottom-cta,
  .service-notice-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-bottom-cta .tm-btn-primary,
  .service-notice-card .tm-btn-primary {
    width: auto;
  }

  .section-image-wrap img {
    height: 340px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.62;
  }

  .tm-section-pad-top {
    padding-top: 62px;
  }

  .section-pad-bottom {
    padding-bottom: 62px;
  }

  .tm-section-title {
  font-family: var(--font-heading);
    font-size: clamp(25px, 7vw, 30px);
    line-height: 1.16;
    letter-spacing: -0.035em;
  }

  .tm-section-desc,
  .tm-intro-text {
    font-size: 15px;
    line-height: 1.62;
  }

  .section-kicker {
    font-size: 10.8px;
    letter-spacing: 1.15px;
    margin-bottom: 8px;
  }

  .tm-btn-primary,
  .tm-btn-submit,
  .btn-outline-light-modern {
    width: 100%;
    min-height: 46px;
    padding: 11px 16px;
    font-size: 13.8px;
    line-height: 1.28;
  }

  .hero-section {
    padding-top: 112px;
    padding-bottom: 62px;
  }

  .tm-hero-title {
  font-family: var(--font-heading);
    font-size: clamp(31px, 9vw, 38px);
    line-height: 1.06;
    letter-spacing: -0.045em;
    margin-bottom: 18px;
  }

  .hero-kicker {
    font-size: 10.8px;
    line-height: 1.45;
    letter-spacing: 1.15px;
    margin-bottom: 10px;
  }

  .hero-summary {
    font-size: 14.8px;
    line-height: 1.62;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-service-slider,
  .hero-feature-card {
    min-height: 390px;
    border-radius: 24px;
  }

  .hero-slider-panel-heading {
    top: 20px;
    left: 50%;
    right: auto;
    width: calc(100% - 40px);
    transform: translateX(-50%);
  }

  .hero-slider-panel-heading h2 {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 12.8px;
    line-height: 1.25;
    text-align: center;
    justify-content: center;
  }

  .hero-slider-controls {
    left: 20px;
    right: 20px;
    bottom: 22px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }

  .hero-slider-control-cta {
    width: 100%;
    padding: 11px 12px;
    font-size: 12.2px;
    white-space: normal;
    text-align: center;
    justify-self: center;
  }

  .hero-slider-btn {
    width: 36px;
    height: 36px;
  }

  .services-premium-header {
    margin-bottom: 28px;
  }

  .solution-category-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    overflow-x: visible;
    flex-wrap: initial;
    gap: 10px;
    padding-bottom: 0;
    margin-bottom: 28px;
  }

  .solution-category-tabs a {
    width: 100%;
    min-height: 48px;
    white-space: normal;
    justify-content: center;
    text-align: center;
    padding: 11px 10px;
    border-radius: 16px;
    font-size: 12.2px;
    line-height: 1.25;
  }

  .solution-category-tabs a:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .solution-service-card {
    padding: 22px;
    border-radius: 22px;
  }

  .solution-service-body h3 {
    font-size: 20.5px;
    line-height: 1.18;
  }

  .solution-service-body p {
    font-size: 14.4px;
    line-height: 1.58;
  }

  .solution-label {
    font-size: 10.5px !important;
  }

  .solution-service-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 20px;
    font-size: 23px;
  }

  .solution-service-number {
    font-size: 25px;
  }

  .solution-include-box {
    padding: 15px;
  }

  .solution-include-box h4 {
    font-size: 13.5px;
  }

  .solution-include-box li {
    font-size: 13.6px;
    line-height: 1.45;
  }

  .solution-link {
    font-size: 13.4px;
  }

  .services-bottom-cta h3,
  .service-notice-card h3,
  .faq-cta-card h3,
  .quick-quote-card h3,
  .form-card h3 {
    font-size: 19px;
    line-height: 1.25;
  }

  .services-bottom-cta p,
  .service-notice-card p,
  .faq-cta-card p,
  .quick-quote-card p,
  .form-card p {
    font-size: 14.2px;
    line-height: 1.58;
  }

  .faq-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .modern-card,
  .form-card,
  .faq-item,
  .faq-cta-card {
    border-radius: 18px;
  }

  .modern-card h3 {
    font-size: 17px;
  }

  .modern-card p {
    font-size: 14.1px;
    line-height: 1.55;
  }

  .faq-question {
    align-items: flex-start;
    padding: 16px;
  }

  .faq-question h3 {
    font-size: 14.8px;
    line-height: 1.28;
  }

  .faq-question-icon {
    width: 38px;
    height: 38px;
    margin-right: 11px;
    flex: 0 0 38px;
  }

  .faq-answer-inner {
    padding: 0 18px 18px 18px;
  }

  .faq-answer-inner p {
    font-size: 14px;
    line-height: 1.58;
  }

  .image-floating-card {
    position: static;
    margin: -36px 16px 0;
  }

  .image-floating-card h3 {
    font-size: 17px;
  }

  .image-floating-card p {
    font-size: 14px;
  }

  .section-image-wrap {
    overflow: visible;
  }

  .section-image-wrap img {
    height: 260px;
    border-radius: 24px;
  }

  .floating-whatsapp span {
    display: none;
  }

  .floating-whatsapp {
    width: 52px;
    height: 52px;
    justify-content: center;
    padding: 0;
  }

  .brand-wordmark {
    display: none;
  }

  .kaziara-brand {
    max-width: 165px;
  }

  .kaziara-logo {
    height: 39px;
  }

  .reveal-on-scroll {
    transform: translateY(22px);
  }

  .reveal-left,
  .reveal-right {
    transform: translateY(22px);
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14.8px;
    line-height: 1.58;
  }

  .tm-section-title {
  font-family: var(--font-heading);
    font-size: clamp(24px, 7.2vw, 28px);
  }

  .tm-section-desc,
  .tm-intro-text {
    font-size: 14.6px;
    line-height: 1.58;
  }

  .section-kicker {
    font-size: 10.4px;
  }

  .tm-hero-title {
  font-family: var(--font-heading);
    font-size: clamp(29px, 8.4vw, 34px);
    line-height: 1.07;
  }

  .hero-section {
    padding-top: 106px;
  }

  .hero-summary {
    font-size: 14.4px;
  }

  .hero-service-slider,
  .hero-feature-card {
    min-height: 360px;
    border-radius: 22px;
  }

  .hero-slider-panel-heading h2 {
    font-size: 12px;
    padding: 8px 11px;
    min-height: 38px;
  }

  .hero-slider-controls {
    left: 16px;
    right: 16px;
    bottom: 18px;
    gap: 8px;
  }

  .hero-slider-control-cta {
    padding: 10px 10px;
    font-size: 11.4px;
    text-align: center;
  }

  .hero-slider-dot {
    width: 8px;
    height: 8px;
  }

  .hero-slider-dot.active {
    width: 20px;
  }

  .hero-slider-btn {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .form-card {
    padding: 21px;
  }

  .dark-panel {
    padding: 23px;
  }

  .solution-service-card {
    padding: 20px;
  }

  .solution-service-top {
    margin-bottom: 18px;
  }

  .solution-service-number {
    font-size: 24px;
  }

  .solution-service-body h3 {
    font-size: 19.5px;
  }

  .solution-service-body p {
    font-size: 14.1px;
  }

  .services-bottom-cta,
  .service-notice-card {
    padding: 21px;
  }

  .check-list li {
    font-size: 14px;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .tm-input {
    font-size: 14px;
    padding: 11px 13px;
  }

  .tm-footer {
    padding-bottom: 88px !important;
  }

  .tm-footer p,
  .tm-footer li {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .tm-hero-title {
  font-family: var(--font-heading);
    font-size: 28px;
  }

  .hero-slider-controls {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 9px;
  }

  .hero-slider-dots {
    justify-self: center;
    order: 1;
  }

  .hero-slider-control-cta {
    order: 2;
    width: 100%;
    max-width: 230px;
  }

  .hero-slider-arrows {
    justify-self: center;
    order: 3;
  }

  .hero-service-slider,
  .hero-feature-card {
    min-height: 380px;
  }
}

@media (max-height: 760px) and (min-width: 992px) {
  .hero-section {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 48px;
  }

  .hero-grid {
    min-height: 430px;
  }

  .tm-hero-title {
  font-family: var(--font-heading);
    font-size: clamp(32px, 4vw, 44px);
    margin-bottom: 20px;
  }

  .hero-service-slider,
  .hero-feature-card {
    min-height: 430px;
  }

  .hero-slider-controls {
    margin-top: 12px;
  }
}

/* DROPDOWN CLOSE FIX - DESKTOP AND MOBILE */

.nav-dropdown.dropdown-force-closed .dropdown-menu-modern {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(12px) !important;
  pointer-events: none !important;
}

@media (max-width: 991px) {
  .nav-dropdown.dropdown-force-closed .dropdown-menu-modern {
    display: none !important;
  }

  .nav-dropdown.mobile-dropdown-open.dropdown-force-closed .dropdown-menu-modern {
    display: none !important;
  }
}

.modern-footer {
  position: relative;
  overflow: hidden;
  padding: 70px 0 28px;
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at top left, rgba(0, 174, 239, 0.22), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 119, 182, 0.18), transparent 35%),
    linear-gradient(135deg, #07111f 0%, #0b1727 48%, #050914 100%);
}

.modern-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    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: 44px 44px;
  pointer-events: none;
  opacity: 0.35;
}

.modern-footer .container {
  position: relative;
  z-index: 2;
}

.modern-footer-main {
  padding-bottom: 28px;
}

.footer-brand-card,
.footer-widget {
  height: 100%;
}

.footer-logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.footer-logo-shell img {
  max-width: 230px;
  height: auto;
  object-fit: contain;
}

.footer-about-text {
  max-width: 390px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.8;
}

.footer-title {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 12px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00aeef, rgba(0, 174, 239, 0.2));
}

.footer-list,
.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list li {
  margin-bottom: 11px;
}

.footer-link {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.footer-link:hover,
.footer-link:focus {
  color: #00aeef;
  padding-left: 5px;
  text-decoration: none;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.6;
}

.footer-contact-list a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-contact-list a:hover,
.footer-contact-list a:focus {
  color: #00aeef;
  text-decoration: none;
}

.footer-contact-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00aeef;
  background: rgba(0, 174, 239, 0.12);
  border: 1px solid rgba(0, 174, 239, 0.22);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  border: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.footer-social a:hover,
.footer-social a:focus {
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
  filter: brightness(1.08);
  text-decoration: none;
}

.footer-social i {
  font-size: 17px;
  line-height: 1;
}

.footer-social a[aria-label*="Facebook"] {
  background: #1877f2;
}

.footer-social a[aria-label*="Instagram"] {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 38%, #8134af 70%, #515bd4 100%);
}

.footer-social a[aria-label*="LinkedIn"] {
  background: #0a66c2;
}

.footer-social a[aria-label*="WhatsApp"] {
  background: #25d366;
}

.footer-social a[aria-label*="Email"] {
  background: #ea4335;
}

.modern-footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.footer-divider {
  display: inline-block;
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.28);
}

@media (max-width: 991.98px) {
  .modern-footer {
    padding-top: 56px;
  }

  .footer-brand-card {
    margin-bottom: 10px;
  }

  .footer-logo-shell img {
    max-width: 210px;
  }
}

@media (max-width: 767.98px) {
  .modern-footer {
    padding: 48px 0 24px;
  }

  .footer-title {
    margin-bottom: 16px;
  }

  .footer-about-text {
    max-width: 100%;
  }

  .footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .modern-footer-bottom {
    margin-top: 4px;
    text-align: center;
  }

  .footer-link:hover,
  .footer-link:focus {
    padding-left: 0;
  }
}

.modern-contact-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(0, 174, 239, 0.22), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 119, 182, 0.16), transparent 36%),
    linear-gradient(135deg, #07111f 0%, #0b1727 50%, #050914 100%);
}

.modern-contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    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: 44px 44px;
  pointer-events: none;
  opacity: 0.32;
}

.modern-contact-section .container {
  position: relative;
  z-index: 2;
}

.modern-contact-header {
  margin-bottom: 46px;
}

.modern-contact-section .section-kicker {
  color: #00aeef;
}

.contact-section-title {
  margin-bottom: 18px;
  color: #ffffff;
}

.contact-intro-text {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.76);
}

.modern-quick-quote-card,
.modern-form-card,
.modern-contact-panel {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.modern-quick-quote-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 28px;
}

.modern-quick-quote-card h3,
.contact-card-heading h3,
.contact-panel-header h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.modern-quick-quote-card p,
.contact-card-heading p,
.contact-panel-header p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.quote-card-icon,
.contact-card-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #25d366;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.28);
}

.contact-card-icon {
  background: linear-gradient(135deg, #00aeef, #0077b6);
  box-shadow: 0 16px 34px rgba(0, 174, 239, 0.26);
}

.modern-whatsapp-btn,
.modern-submit-btn {
  border-radius: 999px;
}

.modern-form-card {
  padding: 34px;
}

.contact-card-heading {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.modern-form-group {
  margin-bottom: 18px;
}

.modern-form-group label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
}

.modern-input {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  padding: 13px 16px;
  color: #ffffff;
  background: rgba(5, 9, 20, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.14);
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.modern-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.modern-input:focus {
  color: #ffffff;
  background: rgba(5, 9, 20, 0.86);
  border-color: rgba(0, 174, 239, 0.72);
  box-shadow: 0 0 0 4px rgba(0, 174, 239, 0.16);
}

select.modern-input {
  color: rgba(255, 255, 255, 0.9);
}

select.modern-input option {
  color: #111827;
}

.modern-textarea {
  min-height: 150px;
  resize: vertical;
}

.modern-submit-btn {
  width: 100%;
  min-height: 54px;
  margin-top: 6px;
  color: #ffffff;
  background: linear-gradient(135deg, #00aeef, #0077b6);
  border: none;
  box-shadow: 0 16px 34px rgba(0, 174, 239, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.modern-submit-btn:hover,
.modern-submit-btn:focus {
  color: #ffffff;
  transform: translateY(-3px);
  filter: brightness(1.06);
  box-shadow: 0 20px 42px rgba(0, 174, 239, 0.36);
}

.modern-contact-panel {
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(8, 20, 35, 0.96), rgba(5, 9, 20, 0.94)),
    rgba(255, 255, 255, 0.08);
}

.contact-panel-header {
  margin-bottom: 26px;
}

.modern-contact-list {
  display: grid;
  gap: 16px;
}

.modern-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.modern-contact-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00aeef;
  background: rgba(0, 174, 239, 0.12);
  border: 1px solid rgba(0, 174, 239, 0.22);
}

.whatsapp-contact-icon {
  color: #25d366;
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.22);
}

.modern-contact-item h4 {
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.modern-contact-item a,
.modern-contact-item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  text-decoration: none;
}

.modern-contact-item a:hover,
.modern-contact-item a:focus {
  color: #00aeef;
  text-decoration: none;
}

.contact-next-card {
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(0, 174, 239, 0.09);
  border: 1px solid rgba(0, 174, 239, 0.16);
}

.contact-next-card h4 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
}

.contact-next-list {
  margin-bottom: 0;
}

.contact-next-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.contact-next-list li:last-child {
  margin-bottom: 0;
}

.contact-next-list i {
  margin-top: 5px;
  color: #25d366;
}

@media (max-width: 991.98px) {
  .modern-contact-header {
    margin-bottom: 34px;
  }

  .modern-form-card,
  .modern-contact-panel {
    padding: 28px;
  }
}

@media (max-width: 767.98px) {
  .modern-contact-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .modern-quick-quote-card,
  .contact-card-heading {
    flex-direction: column;
  }

  .modern-form-card,
  .modern-contact-panel,
  .modern-quick-quote-card {
    border-radius: 24px;
    padding: 24px;
  }

  .modern-quick-quote-card h3,
  .contact-card-heading h3,
  .contact-panel-header h3 {
    font-size: 22px;
  }

  .modern-contact-item {
    padding: 14px;
  }
}

.image-floating-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 360px;
  padding: 24px 26px;
  border-radius: 22px;

  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);

  color: #ffffff;
  z-index: 2;
}

.image-floating-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.image-floating-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.6;
}

.section-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.section-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
}
/* =========================================================
   CLEAN MODERN PORTFOLIO PAGE
========================================================= */

.simple-page-header {
  min-height: auto;
}

.page-clean-heading {
  padding: 138px 0 32px;
  background:
    radial-gradient(circle at top left, rgba(18, 183, 217, 0.14), transparent 34%),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.page-clean-heading h1 {
  color: var(--brand-dark);
  font-family: var(--font-heading);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.06em;
  margin: 0;
}

.portfolio-showcase-section {
  padding-top: 38px;
}

.portfolio-grid-modern {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.portfolio-grid-modern .portfolio-project-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(0, 88, 124, 0.1);
  box-shadow: 0 16px 44px rgba(7, 17, 31, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.portfolio-grid-modern .portfolio-project-card:hover {
  transform: translateY(-6px);
  border-color: rgba(18, 183, 217, 0.28);
  box-shadow: 0 26px 70px rgba(7, 17, 31, 0.14);
}

.portfolio-grid-modern .portfolio-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(18, 183, 217, 0.22), transparent 36%),
    linear-gradient(135deg, var(--brand-dark), var(--brand-primary));
}

.portfolio-grid-modern .portfolio-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.01);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.portfolio-grid-modern .portfolio-project-card:hover .portfolio-image-wrap img {
  transform: scale(1.07);
  filter: saturate(1.08);
}

.portfolio-grid-modern .portfolio-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.02) 0%, rgba(7, 17, 31, 0.62) 100%);
  pointer-events: none;
}

.portfolio-grid-modern .portfolio-image-overlay {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
}

.portfolio-grid-modern .portfolio-image-overlay span {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.portfolio-grid-modern .portfolio-project-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}

.portfolio-grid-modern .portfolio-type {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(18, 183, 217, 0.12);
  color: var(--brand-primary);
  font-size: 11.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.portfolio-grid-modern .portfolio-project-content h3 {
  color: var(--brand-dark);
  font-size: 22px;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

.portfolio-grid-modern .portfolio-project-content p {
  color: var(--brand-muted);
  font-size: 14.7px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.portfolio-grid-modern .portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.portfolio-grid-modern .portfolio-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 88, 124, 0.08);
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 850;
}

.portfolio-card-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: auto;
}

.portfolio-card-actions .tm-btn-primary {
  padding: 10px 16px;
  font-size: 13.5px;
}

.portfolio-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-primary);
  font-weight: 900;
  font-size: 14px;
}

.portfolio-card-link:hover {
  color: var(--brand-primary-2);
}

.portfolio-card-link i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.portfolio-card-link:hover i {
  transform: translateX(4px);
}

.portfolio-cta-section {
  padding: 70px 0;
  background: #f6fbfd;
}

.portfolio-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-primary));
  color: #ffffff;
  box-shadow: var(--shadow-medium);
}

.portfolio-cta-card h2 {
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}

.portfolio-cta-card p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
  max-width: 760px;
}

@media (max-width: 1199px) {
  .portfolio-grid-modern {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .page-clean-heading {
    padding-top: 122px;
  }

  .portfolio-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .page-clean-heading {
    padding: 112px 0 24px;
  }

  .page-clean-heading h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .portfolio-showcase-section {
    padding-top: 28px;
  }

  .portfolio-grid-modern {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .portfolio-grid-modern .portfolio-project-card {
    border-radius: 24px;
  }

  .portfolio-grid-modern .portfolio-project-content {
    padding: 22px;
  }

  .portfolio-card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .portfolio-card-actions .tm-btn-primary {
    width: 100%;
  }

  .portfolio-card-link {
    justify-content: center;
  }

  .portfolio-cta-section {
    padding: 54px 0;
  }

  .portfolio-cta-card {
    padding: 24px;
    border-radius: 24px;
  }
}
/* =========================================================
   KAZIARA BLOG PAGE STYLING
   Dedicated styles for blog.html
========================================================= */

.simple-page-header {
  min-height: auto;
}

.page-clean-heading {
  padding: 138px 0 32px;
  background:
    radial-gradient(circle at top left, rgba(18, 183, 217, 0.14), transparent 34%),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.page-clean-heading h1 {
  color: var(--brand-dark);
  font-family: var(--font-heading);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.06em;
  margin: 0;
}

.blog-magazine-section {
  padding-top: 38px;
}

/* Featured article */

.blog-featured-article {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(0, 88, 124, 0.1);
  box-shadow: 0 26px 80px rgba(7, 17, 31, 0.12);
  margin-bottom: 24px;
}

.blog-featured-image {
  position: relative;
  display: block;
  min-height: 390px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(18, 183, 217, 0.2), transparent 38%),
    linear-gradient(135deg, var(--brand-dark), var(--brand-primary));
}

.blog-featured-image img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.01);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.blog-featured-article:hover .blog-featured-image img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.blog-featured-image::after,
.blog-post-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.08) 0%, rgba(7, 17, 31, 0.5) 100%),
    radial-gradient(circle at top left, rgba(18, 183, 217, 0.18), transparent 42%);
  pointer-events: none;
}

.blog-image-overlay {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
}

.blog-image-overlay span {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-featured-content {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-meta,
.blog-post-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.blog-meta span,
.blog-post-category,
.blog-read-time {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 88, 124, 0.08);
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.blog-featured-content h2 {
  color: var(--brand-dark);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.05em;
  margin-bottom: 14px;
}

.blog-featured-content h2 a {
  color: var(--brand-dark);
  text-decoration: none;
}

.blog-featured-content h2 a:hover {
  color: var(--brand-primary);
}

.blog-featured-content p {
  color: var(--brand-muted);
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 20px;
}

.blog-read-link,
.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-primary);
  font-weight: 900;
  font-size: 14px;
  line-height: 1.3;
}

.blog-read-link:hover,
.blog-card-link:hover {
  color: var(--brand-primary-2);
}

.blog-read-link i,
.blog-card-link i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.blog-read-link:hover i,
.blog-card-link:hover i {
  transform: translateX(4px);
}

/* Blog category filter row */

.blog-category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.blog-category-row a {
  padding: 9px 13px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(0, 88, 124, 0.1);
  color: #263442;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  box-shadow: 0 8px 22px rgba(7, 17, 31, 0.05);
}

.blog-category-row a:hover,
.blog-category-row a:focus {
  color: #ffffff;
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  transform: translateY(-2px);
}

/* Blog article grid */

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-post-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(0, 88, 124, 0.1);
  box-shadow: 0 14px 40px rgba(7, 17, 31, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.blog-post-card:hover {
  transform: translateY(-5px);
  border-color: rgba(18, 183, 217, 0.28);
  box-shadow: 0 24px 64px rgba(7, 17, 31, 0.13);
}

.blog-post-image {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 210px;
  background:
    radial-gradient(circle at top left, rgba(18, 183, 217, 0.2), transparent 38%),
    linear-gradient(135deg, var(--brand-dark), var(--brand-primary));
}

.blog-post-image img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.01);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.blog-post-card:hover .blog-post-image img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.blog-post-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}

.blog-post-card h3 {
  color: var(--brand-dark);
  font-size: 22px;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.blog-post-card h3 a {
  color: var(--brand-dark);
  text-decoration: none;
}

.blog-post-card h3 a:hover {
  color: var(--brand-primary);
}

.blog-post-card p {
  color: var(--brand-muted);
  font-size: 14.7px;
  line-height: 1.65;
  margin-bottom: 20px;
}

.blog-card-link {
  margin-top: auto;
}

/* Shared CTA used on blog page */

.portfolio-cta-section {
  padding: 70px 0;
  background: #f6fbfd;
}

.portfolio-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-primary));
  color: #ffffff;
  box-shadow: var(--shadow-medium);
}

.portfolio-cta-card h2 {
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}

.portfolio-cta-card p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
  max-width: 760px;
}

/* Responsive blog layout */

@media (max-width: 1199px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .page-clean-heading {
    padding-top: 122px;
  }

  .blog-featured-article {
    grid-template-columns: 1fr;
  }

  .blog-featured-image,
  .blog-featured-image img {
    min-height: 320px;
  }

  .portfolio-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .page-clean-heading {
    padding: 112px 0 24px;
  }

  .page-clean-heading h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .blog-magazine-section {
    padding-top: 28px;
  }

  .blog-featured-article,
  .blog-post-card {
    border-radius: 24px;
  }

  .blog-featured-image,
  .blog-featured-image img {
    min-height: 250px;
  }

  .blog-post-image,
  .blog-post-image img {
    min-height: 190px;
  }

  .blog-featured-content,
  .blog-post-content {
    padding: 22px;
  }

  .blog-featured-content h2 {
    font-size: 28px;
  }

  .blog-post-card h3 {
    font-size: 20px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-category-row {
    gap: 8px;
  }

  .blog-category-row a {
    font-size: 12px;
    padding: 8px 11px;
  }

  .blog-image-overlay {
    left: 16px;
    bottom: 16px;
  }

  .portfolio-cta-section {
    padding: 54px 0;
  }

  .portfolio-cta-card {
    padding: 24px;
    border-radius: 24px;
  }
}
/* Blog author and publishing date */

.blog-author-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin-bottom: 18px;
  color: #6b7788;
  font-size: 13.5px;
  font-weight: 750;
  line-height: 1.35;
}

.blog-author-line span,
.blog-author-line time {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.blog-author-line i {
  color: var(--brand-primary-2);
  font-size: 13px;
}

.blog-card-author-line {
  margin-bottom: 14px;
  font-size: 12.8px;
}

.blog-card-author-line span,
.blog-card-author-line time {
  color: #6b7788;
}

@media (max-width: 767px) {
  .blog-author-line {
    gap: 8px 12px;
    font-size: 12.8px;
  }

  .blog-card-author-line {
    font-size: 12.5px;
  }
}
/* =========================================================
   BLOG ARTICLE SLUG PAGE STYLING
   For pages inside /blog/
========================================================= */

.blog-article-page {
  background: #ffffff;
}

/* Article header */

.blog-article-header {
  padding: 138px 0 36px;
  background:
    radial-gradient(circle at top left, rgba(18, 183, 217, 0.14), transparent 34%),
    radial-gradient(circle at top right, rgba(0, 88, 124, 0.08), transparent 32%),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  color: var(--brand-primary);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
}

.blog-back-link:hover,
.blog-back-link:focus {
  color: var(--brand-primary-2);
  text-decoration: none;
}

.blog-back-link i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.blog-back-link:hover i {
  transform: translateX(-4px);
}

.blog-article-heading {
  max-width: 960px;
}

.blog-article-heading .blog-post-category {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(18, 183, 217, 0.12);
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-article-heading h1 {
  color: var(--brand-dark);
  font-family: var(--font-heading);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -0.06em;
  margin: 18px 0 18px;
}

/* Author/date line */

.blog-author-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  color: #6b7788;
  font-size: 13.5px;
  font-weight: 750;
  line-height: 1.35;
}

.blog-author-line span,
.blog-author-line time {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.blog-author-line i {
  color: var(--brand-primary-2);
  font-size: 13px;
}

/* Article layout */

.blog-article-content-section {
  padding: 38px 0 84px;
}

.blog-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
}

.blog-article-main {
  min-width: 0;
}

.blog-article-featured-image {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.14);
  margin-bottom: 34px;
}

/* Article typography */

.blog-article-main p {
  color: #4f5d6c;
  font-size: 16px;
  line-height: 1.82;
  margin-bottom: 20px;
}

.blog-article-lead {
  color: #263442 !important;
  font-size: 19px !important;
  line-height: 1.75 !important;
  font-weight: 650;
  margin-bottom: 28px !important;
}

.blog-article-main h2 {
  color: var(--brand-dark);
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin: 36px 0 14px;
}

.blog-article-main h3 {
  color: var(--brand-dark);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 30px 0 12px;
}

.blog-article-main ul,
.blog-article-main ol {
  margin: 0 0 24px;
  padding-left: 22px;
}

.blog-article-main li {
  color: #4f5d6c;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 9px;
}

.blog-article-main a {
  font-weight: 800;
}

/* Article CTA */

.blog-article-cta {
  position: relative;
  margin-top: 40px;
  padding: 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(123, 229, 255, 0.16), transparent 34%),
    linear-gradient(135deg, var(--brand-dark), var(--brand-primary));
  color: #ffffff;
  box-shadow: var(--shadow-medium);
  overflow: hidden;
}

.blog-article-cta::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.blog-article-cta > * {
  position: relative;
  z-index: 2;
}

.blog-article-cta h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 10px;
}

.blog-article-cta p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 20px;
}

/* Sidebar */

.blog-article-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}

.blog-sidebar-card {
  padding: 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(0, 88, 124, 0.1);
  box-shadow: var(--shadow-soft);
}

.blog-sidebar-card h3 {
  color: var(--brand-dark);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 14px;
}

.blog-sidebar-card p {
  color: var(--brand-muted);
  font-size: 14.2px;
  line-height: 1.6;
  margin-bottom: 9px;
}

.blog-sidebar-card p:last-child {
  margin-bottom: 0;
}

.blog-sidebar-card strong {
  color: var(--brand-dark);
  font-weight: 900;
}

/* Sidebar link */

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-primary);
  font-weight: 900;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

.blog-card-link:hover,
.blog-card-link:focus {
  color: var(--brand-primary-2);
  text-decoration: none;
}

.blog-card-link i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.blog-card-link:hover i {
  transform: translateX(4px);
}

/* Footer spacing for slug pages */

.blog-article-page + .tm-footer,
body .tm-footer.modern-footer {
  margin-top: 0;
}

/* Responsive */

@media (max-width: 991px) {
  .blog-article-header {
    padding-top: 122px;
  }

  .blog-article-layout {
    grid-template-columns: 1fr;
  }

  .blog-article-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .blog-article-header {
    padding: 112px 0 28px;
  }

  .blog-back-link {
    margin-bottom: 20px;
    font-size: 13.5px;
  }

  .blog-article-heading h1 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.07;
    letter-spacing: -0.05em;
  }

  .blog-author-line {
    gap: 8px 12px;
    font-size: 12.8px;
  }

  .blog-article-content-section {
    padding: 28px 0 62px;
  }

  .blog-article-featured-image {
    border-radius: 24px;
    margin-bottom: 26px;
    max-height: 360px;
  }

  .blog-article-main p {
    font-size: 15px;
    line-height: 1.72;
  }

  .blog-article-lead {
    font-size: 16.5px !important;
    line-height: 1.68 !important;
  }

  .blog-article-main h2 {
    font-size: 24px;
    margin-top: 30px;
  }

  .blog-article-main li {
    font-size: 15px;
    line-height: 1.68;
  }

  .blog-article-cta {
    padding: 22px;
    border-radius: 22px;
  }

  .blog-article-cta h3 {
    font-size: 21px;
  }

  .blog-sidebar-card {
    padding: 20px;
    border-radius: 20px;
  }
}
/* =========================================================
   OFFICIAL PARTNERS SECTION
========================================================= */

.partners-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(18, 183, 217, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 88, 124, 0.08), transparent 34%),
    #ffffff;
}

.partners-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(18, 183, 217, 0.08);
  pointer-events: none;
}

.partners-header {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto 34px;
}

.partners-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 22px;
}

.partners-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  margin: 0 auto;
}

.partner-card {
  position: relative;
  min-height: 100%;
  padding: 26px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(0, 88, 124, 0.1);
  box-shadow: 0 16px 44px rgba(7, 17, 31, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.partner-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-2));
}

.partner-card:hover {
  transform: translateY(-6px);
  border-color: rgba(18, 183, 217, 0.28);
  box-shadow: 0 26px 70px rgba(7, 17, 31, 0.13);
}

.partner-logo-box {
  width: 100%;
  min-height: 118px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(18, 183, 217, 0.16), transparent 42%),
    linear-gradient(135deg, #ffffff, #eef9fc);
  border: 1px solid rgba(0, 88, 124, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 20px;
}

.partner-logo-box img {
  max-width: 220px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: saturate(1.05);
}

.partner-card-body h3 {
  color: var(--brand-dark);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.partner-card-body p {
  color: var(--brand-muted);
  font-size: 14.8px;
  line-height: 1.65;
  margin-bottom: 0;
}

.partners-note {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 28px auto 0;
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-primary));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  box-shadow: var(--shadow-medium);
}

.partners-note h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.partners-note p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 720px;
}

@media (max-width: 991px) {
  .partners-grid-two {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .partners-note {
    max-width: 680px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .partners-grid {
    gap: 18px;
  }

  .partner-card {
    border-radius: 22px;
    padding: 22px;
  }

  .partner-logo-box {
    min-height: 98px;
    border-radius: 18px;
    padding: 18px;
  }

  .partner-logo-box img {
    max-width: 190px;
    max-height: 62px;
  }

  .partners-note {
    padding: 24px;
    border-radius: 22px;
  }

  .partners-note .tm-btn-primary {
    width: 100%;
  }
}

/* Partners note without button */

.partners-note-no-button {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.partners-note-no-button p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .partners-note-no-button {
    align-items: center;
  }
}


/* ACTIVE LINK CONSISTENCY FOR INNER PAGES */
.tm-nav-link.active,
.tm-nav-link.active:hover,
.footer-link.active,
.footer-link.active:hover {
  color: var(--brand-primary-2) !important;
}

.tm-nav-link.active {
  background: rgba(0, 88, 124, 0.08);
}

.nav-cta.active,
.nav-cta.active:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-primary));
}
