/* OneTech – unified design (matches hero / Tekminders) */
:root {
  --blue-primary: #20243F;
  --blue-dark: #161929;
  --blue-light: #E8F4FD;
  --blue-mid: #2a3050;
  --accent: #339fe3;
  --accent-dark: #1e7fc4;
  --text-dark: #20243F;
  --text-muted: #5A6480;
  --white: #ffffff;
  --surface: #F4F8FC;
  --border: #C5DCF0;
  --dark: #20243F;
  --hero-overlay: rgba(32, 36, 63, 0.55);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  overflow-x: clip;
  max-width: 100%;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text-dark);
  background: var(--white);
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: 'Sora', sans-serif;
}

/* ── Section layout ── */
section,
.ot-section {
  padding: 88px 0;
  position: relative;
}

.ot-section--surface,
.about-section,
.faq-section,
.team-section,
.page-intro {
  background: var(--surface);
}

.ot-section--white { background: var(--white); }

.ot-section--dark,
.cta-section {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.85);
}

.why-section,
.process-section {
  background: linear-gradient(135deg, #161929 0%, #20243F 50%, #2a3050 100%);
  color: #fff;
}

/* ── Typography (hero-matched) ── */
.section-tag {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--blue-primary);
  border: 1px solid rgba(32, 36, 63, 0.2);
  background: rgba(238, 241, 246, 0.8);
  padding: 0.35rem 1rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.why-section .section-tag,
.stats-section .section-tag,
.ot-section--dark .section-tag {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.why-section .section-title,
.stats-section .section-title,
.process-section .section-title,
.ot-section--dark .section-title,
.cta-section h2 {
  color: #fff;
}

.section-sub {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 560px;
}

.why-section .section-sub,
.ot-section--dark .section-sub {
  color: rgba(255, 255, 255, 0.72);
}

/* ── Buttons ── */
.btn-cta,
.btn-hero-primary {
  background: var(--accent);
  color: #fff !important;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.8rem 1.85rem;
  border-radius: 4px;
  border: none;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.btn-cta:hover,
.btn-hero-primary:hover {
  background: var(--accent-dark);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(51, 159, 227, 0.35);
}

.btn-hero-outline,
.btn-outline-blue {
  background: transparent;
  color: var(--blue-primary) !important;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.78rem 1.85rem;
  border-radius: 4px;
  border: 1px solid var(--blue-primary);
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.btn-hero-outline:hover,
.btn-outline-blue:hover {
  background: var(--blue-light);
  color: var(--blue-primary) !important;
}

.btn-cta-outline {
  background: transparent;
  color: #fff !important;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  padding: 0.8rem 1.85rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.9rem;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.btn-cta-outline:hover {
  border-color: #fff;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
}

/* Primary buttons on dark bands – white fill like header CTA */
.why-section .btn-cta,
.why-section .btn-hero-primary,
.cta-section .btn-cta,
.cta-banner .btn-cta,
.stats-section .btn-cta,
.ot-section--dark .btn-cta {
  background: #fff;
  color: var(--dark) !important;
  box-shadow: none;
}

.why-section .btn-cta:hover,
.why-section .btn-hero-primary:hover,
.cta-section .btn-cta:hover,
.cta-banner .btn-cta:hover,
.stats-section .btn-cta:hover,
.ot-section--dark .btn-cta:hover {
  background: var(--surface);
  color: var(--dark) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* ── Home intro ── */
.home-intro {
  background: var(--white);
  padding: 88px 0;
}

.home-intro__pill {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.home-intro h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.22;
  margin-bottom: 1.25rem;
  max-width: 560px;
}

.home-intro .intro-sub {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 2rem;
}

.home-intro__visual {
  position: relative;
  height: 100%;
  min-height: 380px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.home-intro__visual img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}

@media (min-width: 992px) {
  .home-intro__visual { min-height: 420px; }
  .home-intro__visual img { min-height: 420px; }
}

.home-intro-stats {
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.5rem 1rem;
  background: var(--surface);
}

.home-intro-stats .stat-item {
  flex: 1;
  text-align: center;
  padding: 0 0.5rem;
}

.home-intro-stats .stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1;
}

.home-intro-stats .stat-label {
  font-family: 'Sora', sans-serif;
  font-size: 0.68rem;
  color: var(--text-muted);
  margin-top: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home-intro-stats .stat-divider {
  width: 1px;
  height: 36px;
  background: var(--border);
}

/* ── About block ── */
.about-img-wrap { position: relative; }

.about-img-main {
  border-radius: 4px;
  width: 100%;
  object-fit: cover;
  height: 400px;
  display: block;
  border: 1px solid var(--border);
}

.about-badge-float {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: var(--dark);
  color: #fff;
  border-radius: 4px;
  padding: 1.25rem 1.5rem;
  font-family: 'Sora', sans-serif;
  text-align: center;
}

.about-badge-float .big {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.about-badge-float .small {
  font-size: 0.72rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.25rem;
}

.about-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

.about-check:last-of-type { border-bottom: none; }

.about-check i {
  color: var(--blue-primary);
  font-size: 1rem;
  margin-top: 3px;
}

.about-check p {
  font-size: 0.94rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}

/* ── Cards (services, values, offerings) ── */
.service-card,
.value-card,
.offering-card,
.info-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2rem 1.75rem;
  transition: all 0.35s;
  height: 100%;
  position: relative;
}

.service-card:hover,
.value-card:hover,
.offering-card:hover,
.info-card:hover {
  border-color: rgba(32, 36, 63, 0.25);
  box-shadow: 0 16px 48px rgba(32, 36, 63, 0.08);
  transform: translateY(-4px);
}

.service-icon,
.value-icon,
.offering-icon,
.info-icon {
  width: 52px;
  height: 52px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--blue-primary);
  margin-bottom: 1.25rem;
  transition: all 0.3s;
}

.service-card:hover .service-icon,
.value-card:hover .value-icon {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

.service-card h5,
.value-card h5,
.offering-card h5,
.info-card h5 {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: var(--text-dark);
}

.service-card p,
.value-card p,
.offering-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}

.arrow-link {
  margin-top: 1.25rem;
  font-family: 'Sora', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--blue-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  letter-spacing: 0.3px;
  transition: gap 0.2s;
}

.arrow-link:hover { gap: 0.65rem; color: var(--blue-dark); }

/* ── Why / dark cards ── */
.why-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 1.75rem;
  transition: all 0.3s;
  height: 100%;
}

.why-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}

.why-card .num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
}

.why-card h5 {
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin: 0.35rem 0 0.5rem;
}

.why-card p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  line-height: 1.65;
}

/* ── Stats band ── */
.stats-section {
  padding: 64px 0;
  background: linear-gradient(135deg, #161929 0%, #20243F 50%, #2a3050 100%);
  color: #fff;
}

.stat-box { text-align: center; padding: 1.5rem; }

.stat-box .num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

.stat-box .label {
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ── Pillars ── */
.pillar {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}

.pillar:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.pillar-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--blue-primary);
  line-height: 1;
  min-width: 36px;
}

.pillar h5 {
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.pillar p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.65;
}

/* ── Feature pills ── */
.features-section { padding: 64px 0; background: var(--white); }

.feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text-dark);
  font-size: 0.8rem;
  font-weight: 500;
  font-family: 'Sora', sans-serif;
  padding: 0.45rem 1rem;
  border-radius: 50px;
  margin: 0.3rem;
  transition: all 0.25s;
}

.feature-pill:hover {
  border-color: var(--blue-primary);
  color: var(--blue-primary);
}

.feature-pill i { color: var(--blue-primary); font-size: 0.88rem; }

/* ── FAQ ── */
.accordion-item {
  border: 1px solid var(--border) !important;
  border-radius: 4px !important;
  margin-bottom: 0.65rem;
  overflow: hidden;
  background: #fff;
}

.accordion-button {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--text-dark);
  background: #fff;
  padding: 1.2rem 1.5rem;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
  color: var(--blue-primary);
  background: var(--surface);
}

.accordion-body {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.75;
  background: #fff;
  padding: 0 1.5rem 1.25rem;
}

/* ── FAQ modern (FTTPL-style) ── */
.faq-modern {
  padding: 100px 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(51, 159, 227, 0.12), transparent 24%),
    linear-gradient(180deg, #f7f9fc 0%, #fff 55%);
}

.faq-modern__shell {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 2rem;
  align-items: start;
}

.faq-modern__aside {
  position: sticky;
  top: 110px;
  align-self: start;
}

.faq-modern__aside .section-sub {
  max-width: 340px;
  margin-bottom: 1.5rem;
}

.faq-modern__accordion {
  display: grid;
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(32, 36, 63, 0.07);
}

.faq-modern__accordion .accordion-item {
  border: none !important;
  border-bottom: 1px solid var(--border) !important;
  border-radius: 0 !important;
  background: transparent;
  margin: 0;
  box-shadow: none;
}

.faq-modern__accordion .accordion-item:last-child {
  border-bottom: none !important;
}

.faq-modern__accordion .accordion-button {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--dark);
  background: transparent !important;
  padding: 1.4rem 1.6rem;
  box-shadow: none !important;
}

.faq-modern__accordion .accordion-button:not(.collapsed) {
  color: var(--dark);
  background: rgba(51, 159, 227, 0.06) !important;
}

.faq-modern__qnum {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--dark);
  border-radius: 12px;
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.faq-modern__accordion .accordion-button:not(.collapsed) .faq-modern__qnum {
  background: var(--accent);
}

.faq-modern__qtext {
  flex: 1;
  text-align: left;
  line-height: 1.4;
}

.faq-modern__accordion .accordion-button::after {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  margin-left: auto;
  border-radius: 50%;
  background-color: var(--surface);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2320243F' viewBox='0 0 16 16'%3E%3Cpath d='M8 2a.75.75 0 0 1 .75.75v4.5h4.5a.75.75 0 0 1 0 1.5h-4.5v4.5a.75.75 0 0 1-1.5 0v-4.5h-4.5a.75.75 0 0 1 0-1.5h4.5v-4.5A.75.75 0 0 1 8 2z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  transition: background-color 0.25s;
}

.faq-modern__accordion .accordion-button:not(.collapsed)::after {
  background-color: var(--accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M3.25 8a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5h-8A.75.75 0 0 1 3.25 8z'/%3E%3C/svg%3E") !important;
  transform: none;
}

.faq-modern__accordion .accordion-body {
  padding: 0 1.6rem 1.45rem 5.2rem;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.8;
  background: transparent;
}

.faq-modern__cta-card {
  position: relative;
  align-self: start;
  height: fit-content;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  margin-top: 0.25rem;
  padding: 1.75rem 1.6rem;
  color: #fff;
  background: linear-gradient(160deg, var(--dark) 0%, #2c355f 55%, #1e7fc4 140%);
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(32, 36, 63, 0.18);
}

.faq-modern__cta-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -40px;
  top: -40px;
  border-radius: 50%;
  background: rgba(51, 159, 227, 0.35);
  filter: blur(10px);
  pointer-events: none;
}

.faq-modern__cta-label {
  position: relative;
  display: inline-block;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.faq-modern__cta-card h3 {
  position: relative;
  margin: 0 0 0.75rem;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.25;
}

.faq-modern__cta-card p {
  position: relative;
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.7;
}

.faq-modern__cta-links {
  position: relative;
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.faq-modern__cta-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff !important;
  font-family: 'Sora', sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
}

.faq-modern__cta-links i {
  color: var(--accent);
}

.faq-modern__cta-card .btn-cta {
  position: relative;
  align-self: flex-start;
}

@media (max-width: 991px) {
  .faq-modern__shell {
    grid-template-columns: 1fr;
  }

  .faq-modern__aside {
    position: static;
  }

  .faq-modern__aside .section-sub {
    max-width: 100%;
  }

  .faq-modern__accordion .accordion-body {
    padding-left: 1.6rem;
  }
}

@media (max-width: 575px) {
  .faq-modern { padding: 64px 0; }

  .faq-modern__accordion .accordion-button {
    font-size: 0.9rem;
    padding: 1.15rem 1.1rem;
  }

  .faq-modern__cta-card {
    padding: 1.6rem 1.35rem;
  }
}

/* ── CTA ── */
.cta-section { padding: 88px 0; }

.cta-section h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 400;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  max-width: 520px;
  margin: 0 auto 1.5rem;
}

.cta-banner {
  background: linear-gradient(135deg, #161929, #20243F);
  border-radius: 4px;
  padding: 3rem;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-banner h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  margin-bottom: 1.75rem;
}

/* ── Page intro (inner pages) ── */
.page-intro {
  background: var(--white);
  padding: 56px 0;
  border-bottom: 1px solid var(--border);
}

.page-intro p {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 720px;
}

/* ── Service page blocks ── */
.service-block { padding: 88px 0; scroll-margin-top: 130px; }
.service-block:nth-child(even) { background: var(--surface); }

.service-nav {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 118px;
  z-index: 1040;
  padding: 0.75rem 0;
  max-width: 100%;
  overflow-x: clip;
}

.service-nav .container > .d-flex {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.service-nav a {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  color: var(--text-muted);
  text-decoration: none;
  padding: 0.45rem 0.95rem;
  border-radius: 50px;
  border: 1px solid transparent;
  transition: all 0.2s;
  white-space: nowrap;
  letter-spacing: 0.3px;
}

.service-nav a:hover,
.service-nav a.active {
  color: var(--blue-primary);
  background: var(--surface);
  border-color: var(--border);
}

.feature-list { list-style: none; padding: 0; margin: 1.25rem 0 1.5rem; }

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.feature-list li i {
  color: var(--blue-primary);
  margin-top: 2px;
}

/* ── Team ── */
.team-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all 0.3s;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 53, 168, 0.08);
}

.team-avatar {
  height: 180px;
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: rgba(255, 255, 255, 0.5);
}

.team-info { padding: 1.25rem; }

.team-info h5 {
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.team-info .role {
  font-size: 0.78rem;
  color: var(--blue-primary);
  font-weight: 600;
  font-family: 'Sora', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── Footer ── */
footer {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.6);
}

footer h6 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

footer a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.88rem;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.2s;
}

footer a:hover { color: var(--accent); }

.site-logo {
  display: block;
  height: auto;
  max-width: 100%;
}

.site-logo--header {
  height: 82px;
  width: auto;
}

.site-logo--footer {
  height: 76px;
  width: auto;
}

.footer-brand-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.footer-brand-link:hover {
  opacity: 0.92;
}

.footer-brand {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.45rem;
  color: #fff;
  letter-spacing: 0.5px;
}

.footer-brand span { color: var(--accent); }

.social-icon {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s;
  text-decoration: none;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.25rem 0;
  margin-top: 2rem;
  font-size: 0.82rem;
}

.footer-bottom a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

.footer-bottom a:hover {
  color: #fff;
  text-decoration: underline;
}

.contact-chip {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.6rem;
}

.contact-chip i { color: var(--accent); }

/* ── Animations ── */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.55s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ── */
@media (max-width: 991px) {
  section, .ot-section { padding: 64px 0; }
  .home-intro-stats { flex-wrap: wrap; gap: 1rem; justify-content: center; }
  .home-intro-stats .stat-divider { display: none; }
  .about-badge-float { right: 8px; bottom: -8px; }
}

/* ── Service page extras ── */
.service-icon-lg {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  margin-bottom: 1.5rem;
}

.icon-blue {
  background: var(--dark);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-visual {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}

.service-visual img,
.section-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-visual {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
  height: 280px;
}

.section-visual--tall { height: 380px; }

.section-visual--overlay {
  position: relative;
  height: auto;
  min-height: 280px;
  color: #fff;
}

.section-visual--overlay img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.section-visual--overlay .section-visual__content {
  position: relative;
  z-index: 1;
  padding: 1.75rem;
  background: linear-gradient(135deg, rgba(32, 36, 63, 0.88), rgba(10, 15, 30, 0.75));
  margin: 0;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.section-visual--overlay .section-visual__content h4 {
  color: #fff;
}

.trust-highlight-box .trust-visual {
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  border: 1px solid var(--border);
}

.trust-highlight-box .trust-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trust-panel-img {
  height: 220px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  border: 1px solid var(--border);
}

.trust-panel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-placeholder {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--blue-primary);
  padding: 0;
  overflow: hidden;
  position: relative;
}

.map-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.map-placeholder .map-caption {
  position: relative;
  z-index: 1;
  background: rgba(32, 36, 63, 0.75);
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  text-align: center;
  margin-top: auto;
  margin-bottom: 1.25rem;
}

.map-placeholder .map-caption strong {
  font-family: 'Sora', sans-serif;
  display: block;
}

.map-placeholder .map-caption small {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  margin-top: 0.25rem;
}

.s-icon {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
  border: 1px solid var(--border);
  transition: all 0.3s;
}

.ic-blue { background: var(--surface); color: var(--blue-primary); }
.ic-green { background: #E6F9F0; color: #00A65A; }
.ic-red { background: #FFF0F0; color: #E53935; }
.ic-orange { background: #FFF4E6; color: #F57C00; }
.ic-purple { background: #F3EEFF; color: #7C3AED; }
.ic-teal { background: #E0F7FA; color: #00838F; }

.service-card:hover .s-icon {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

/* ── Why rows (service pages) ── */
.why-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 4px;
  border: 1px solid var(--border);
  transition: all 0.2s;
  margin-bottom: 0.5rem;
  background: #fff;
}

.why-row:hover {
  border-color: rgba(32, 36, 63, 0.25);
  background: var(--surface);
}

.why-icon {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-primary);
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: all 0.2s;
}

.why-row:hover .why-icon {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

.why-row h6 {
  font-family: 'Sora', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--text-dark);
}

.why-row p {
  font-size: 0.83rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}

/* ── Page intro extras (service pages) ── */
.hero-stat-row,
.page-intro .d-flex.flex-wrap.mb-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.hero-stat-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 0.45rem 0.95rem;
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-dark);
}

.hero-stat-chip i {
  color: var(--accent);
  font-size: 0.9rem;
}

/* ── Deliverables grid (IT consulting etc.) ── */
.deliverables-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2rem;
  box-shadow: 0 12px 40px rgba(32, 36, 63, 0.06);
  height: 100%;
}

.deliverables-panel__title {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.25rem;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.deliverable-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: all 0.25s;
}

.deliverable-item:hover {
  border-color: rgba(51, 159, 227, 0.45);
  background: var(--blue-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(32, 36, 63, 0.06);
}

.deliverable-item__icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 1rem;
  flex-shrink: 0;
  transition: all 0.25s;
}

.deliverable-item:hover .deliverable-item__icon {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.deliverable-item span {
  font-family: 'Sora', sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.45;
  padding-top: 0.35rem;
}

.deliverable-item--wide {
  grid-column: span 2;
}

@media (max-width: 767px) {
  .deliverables-grid {
    grid-template-columns: 1fr;
  }

  .deliverable-item--wide {
    grid-column: span 1;
  }
}

.hero-visual-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.5rem;
  box-shadow: 0 12px 40px rgba(32, 36, 63, 0.06);
}

.hero-visual-card .step {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
}

.hero-visual-card .step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hero-visual-card .step-num {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: var(--dark);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-visual-card .step-text strong {
  font-family: 'Sora', sans-serif;
  font-size: 0.86rem;
  display: block;
  margin-bottom: 0.15rem;
  color: var(--text-dark);
}

.hero-visual-card .step-text small {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.cert-badge {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1rem;
  height: 100%;
}

.cert-badge i {
  font-size: 1.35rem;
  color: var(--blue-primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.cert-badge strong {
  font-family: 'Sora', sans-serif;
  font-size: 0.84rem;
  display: block;
  margin-bottom: 0.15rem;
  color: var(--text-dark);
}

.cert-badge span {
  font-size: 0.76rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* ── Circular technology page ── */
.ct-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: auto auto;
  gap: 1rem;
}

.ct-gallery__main {
  grid-row: span 2;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
  min-height: 320px;
}

.ct-gallery__main img,
.ct-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ct-gallery__thumb {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
  min-height: 150px;
}

.ct-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.ct-stat-strip .ct-stat {
  text-align: center;
  background: linear-gradient(135deg, var(--dark), #0f1a35);
  color: #fff;
  border-radius: 4px;
  padding: 1.25rem 1rem;
}

.ct-stat-strip .ct-stat i {
  font-size: 1.4rem;
  color: var(--accent);
  margin-bottom: 0.5rem;
  display: block;
}

.ct-stat-strip .ct-stat strong {
  font-family: 'Sora', sans-serif;
  font-size: 0.88rem;
  display: block;
}

.ct-stat-strip .ct-stat small {
  font-size: 0.74rem;
  opacity: 0.8;
  margin-top: 0.2rem;
  display: block;
}

.ct-img-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.ct-img-band .section-visual {
  height: 260px;
}

.ct-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.ct-pillar {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.3s;
}

.ct-pillar:hover {
  border-color: rgba(32, 36, 63, 0.25);
  box-shadow: 0 12px 36px rgba(32, 36, 63, 0.08);
  transform: translateY(-3px);
}

.ct-pillar .s-icon {
  margin-bottom: 1rem;
}

.ct-pillar h5 {
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

@media (max-width: 991px) {
  .ct-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .ct-gallery__main { grid-row: auto; min-height: 220px; }

  .ct-stat-strip { grid-template-columns: 1fr; }

  .ct-pillar-grid { grid-template-columns: 1fr; }

  .ct-img-band { grid-template-columns: 1fr; }
}

/* ── Process steps ── */
.process-num {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  margin: 0 auto 1rem;
}

.process-step { text-align: center; }

.process-step h6 {
  font-family: 'Sora', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.35rem;
}

.process-step p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}

/* ── Trust / highlight panels ── */
.trust-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2.5rem;
  text-align: center;
}

.trust-panel .trust-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: var(--blue-primary);
}

.trust-panel h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

.trust-panel p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

.highlight-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.75rem;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.highlight-card .hc-icon {
  width: 48px;
  height: 48px;
  background: var(--dark);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.highlight-card h5 {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.highlight-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.65;
}

/* ── Contact form ── */
.form-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2.5rem;
}

.form-label {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--text-dark);
  margin-bottom: 0.4rem;
}

.form-control,
.form-select {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: var(--text-dark);
  transition: all 0.2s;
  background: #fff;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--blue-primary);
  box-shadow: 0 0 0 3px rgba(32, 36, 63, 0.1);
  outline: none;
}

.form-control::placeholder { color: #aab2c8; }

.btn-submit {
  background: var(--blue-primary);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  border: none;
  font-size: 0.9rem;
  transition: all 0.3s;
  width: 100%;
}

.btn-submit:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(32, 36, 63, 0.25);
}

#successMsg {
  display: none;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.25rem;
  text-align: center;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  color: var(--blue-primary);
}

.form-error {
  background: #fff5f5;
  border: 1px solid #f5c2c2;
  border-radius: 4px;
  padding: 1rem 1.15rem;
  margin-bottom: 1rem;
  font-size: 0.88rem;
  color: #b42318;
}

.btn-cta--light {
  background: #fff !important;
  color: var(--blue-primary) !important;
}

.btn-cta--light:hover {
  background: var(--surface) !important;
  color: var(--blue-dark) !important;
}

/* ── Privacy / legal ── */
.content-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2.5rem;
  margin: 56px auto 88px;
}

.last-updated {
  font-family: 'Sora', sans-serif;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border);
}

.policy-section {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}

.policy-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.policy-section h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

.policy-section p,
.policy-section li {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.75;
}

.policy-section ul {
  padding-left: 1.25rem;
  margin: 0.75rem 0;
}

.policy-section a {
  color: var(--blue-primary);
  text-decoration: none;
}

.policy-section a:hover {
  text-decoration: underline;
}

.info-box {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.25rem;
  margin: 1rem 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.info-box i {
  color: var(--blue-primary);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.legal-content h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 2rem 0 0.75rem;
}

.legal-content p,
.legal-content li {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.75;
}

@media (max-width: 575px) {
  section, .ot-section { padding: 52px 0; }
}

/* ── Home: Tekminders-style sections ── */
.trusted-intro-label {
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.trust-highlight-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2rem;
  height: 100%;
}

.trust-highlight-box .lead {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.45;
  margin-bottom: 1rem;
}

.trust-highlight-box p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}

.stats-section--home {
  padding: 72px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stats-section--home .stat-box .num {
  font-size: clamp(2.4rem, 5vw, 3.25rem);
}

.stats-section--home .stat-box .num small {
  font-size: 0.55em;
  font-weight: 400;
  opacity: 0.85;
}

.locations-section {
  padding: 56px 0;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.locations-section h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.location-pill {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-dark);
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 0.5rem 1.15rem;
  border-radius: 4px;
  margin: 0.25rem;
  transition: all 0.2s;
}

.location-pill:hover {
  border-color: var(--dark);
  color: var(--dark);
}

.process-section--home {
  padding: 88px 0;
}

.process-section .section-sub {
  color: rgba(255, 255, 255, 0.72);
}

.process-5d-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}

.process-5d-item {
  text-align: center;
  padding: 1.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  transition: background 0.25s;
}

.process-5d-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.process-5d-letter {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.process-5d-item h5 {
  font-family: 'Sora', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.4rem;
}

.process-5d-item p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
  line-height: 1.55;
}

/* ── What We Do (FTTPL-style services grid) ── */
.wwd-section {
  padding: 100px 0;
  background:
    radial-gradient(circle at 0% 100%, rgba(51, 159, 227, 0.08), transparent 30%),
    #fff;
}

.wwd-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: start;
}

.wwd-aside {
  position: sticky;
  top: 120px;
}

.wwd-aside .section-sub {
  max-width: 360px;
}

.wwd-aside__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin: 1.75rem 0 1.5rem;
}

.wwd-aside__stats > div {
  padding: 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
}

.wwd-aside__stats strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--dark);
  font-family: 'Sora', sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

.wwd-aside__stats span {
  color: var(--text-muted);
  font-size: 0.78rem;
}

.wwd-rail {
  display: grid;
  gap: 0.85rem;
}

.wwd-row {
  display: grid;
  grid-template-columns: 48px 52px 1fr 42px;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 1.25rem;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(32, 36, 63, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.wwd-row:hover {
  transform: translateX(6px);
  border-color: rgba(51, 159, 227, 0.4);
  background: linear-gradient(90deg, rgba(51, 159, 227, 0.06), #fff 40%);
  box-shadow: 0 16px 36px rgba(32, 36, 63, 0.09);
  color: inherit;
}

.wwd-row__num {
  color: rgba(32, 36, 63, 0.25);
  font-family: 'Sora', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.wwd-row__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  border-radius: 12px;
  font-size: 1.2rem;
  box-shadow: 0 10px 20px rgba(51, 159, 227, 0.25);
}

.wwd-row__copy h3 {
  margin: 0 0 0.3rem;
  color: var(--dark);
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.wwd-row__copy p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.wwd-row__go {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--dark);
  background: var(--surface);
  border-radius: 50%;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.wwd-row:hover .wwd-row__go {
  color: #fff;
  background: var(--accent);
  transform: rotate(45deg);
}

@media (max-width: 991px) {
  .wwd-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .wwd-aside {
    position: static;
  }

  .wwd-row {
    grid-template-columns: 40px 46px 1fr 36px;
    gap: 0.75rem;
  }
}

@media (max-width: 575px) {
  .wwd-section { padding: 64px 0; }

  .wwd-row {
    grid-template-columns: 42px 1fr 34px;
  }

  .wwd-row__num {
    display: none;
  }

  .wwd-row__copy p {
    font-size: 0.8rem;
  }
}

.capabilities-section {
  padding: 88px 0;
  background: var(--white);
}

.capabilities-section .cap-grid {
  margin-top: 2rem;
}

.strategy-section {
  padding: 88px 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.cap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 2rem;
  margin-top: 2rem;
}

.cap-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.cap-item i {
  color: var(--dark);
  margin-top: 3px;
  flex-shrink: 0;
}

.strategy-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.strategy-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2.25rem 1.75rem;
  text-align: center;
  transition: all 0.3s;
  height: 100%;
}

.strategy-card:hover {
  border-color: var(--dark);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(32, 36, 63, 0.08);
}

.strategy-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--surface);
  font-size: 1.5rem;
  color: var(--dark);
  transition: all 0.3s;
}

.strategy-card:hover .strategy-card__icon {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

.strategy-card h5 {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.strategy-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.65;
}

.how-we-do-section {
  padding: 88px 0;
  background: var(--dark);
  color: rgba(255, 255, 255, 0.85);
}

.how-we-do-section .section-title { color: #fff; }

.how-we-do-section .section-sub {
  color: rgba(255, 255, 255, 0.72);
  max-width: 720px;
}

.how-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-top: 2rem;
}

.how-quote {
  border-left: 3px solid var(--accent);
  padding-left: 1.5rem;
}

.how-quote p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.55;
  color: #fff;
  margin: 0;
}

.contact-strip {
  padding: 64px 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.contact-strip-item {
  text-align: center;
}

.contact-strip-item i {
  font-size: 1.5rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.contact-strip-item a {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  text-decoration: none;
}

.contact-strip-item a:hover { color: var(--accent); }

@media (max-width: 991px) {
  .process-5d-grid { grid-template-columns: repeat(2, 1fr); }
  .how-split { grid-template-columns: 1fr; gap: 2rem; }
  .strategy-row { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
  .process-5d-grid { grid-template-columns: 1fr; }
  .cap-grid { grid-template-columns: 1fr; }
}

/* ── Locations ticker bar (Tekminders) ── */
.locations-bar {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.88);
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.locations-bar__inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  white-space: nowrap;
}

.locations-bar__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Sora', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  flex-shrink: 0;
  padding-left: 0.25rem;
}

.locations-bar__label i {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
}

.locations-bar__track {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  animation: locationsScroll 28s linear infinite;
  flex-shrink: 0;
}

.locations-bar__track span {
  font-family: 'Sora', sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}

.locations-bar__track span::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid rgba(255, 255, 255, 0.35);
  transform: rotate(90deg);
}

.locations-bar__track span:last-child::after {
  display: none;
}

@keyframes locationsScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 767px) {
  .locations-bar__inner { gap: 0.75rem; }
  .locations-bar__track { animation-duration: 22s; }
}

/* ── About block (Tekminders screenshot) ── */
.about-tekm {
  padding: 88px 0;
  background: #fff;
}

.about-tekm__tag {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--text-dark);
  border: 1px solid var(--text-dark);
  border-radius: 50px;
  padding: 0.35rem 1rem;
  margin-bottom: 1.25rem;
}

.about-tekm__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--text-dark);
  margin-bottom: 1.25rem;
  max-width: 540px;
}

.about-tekm__text {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 2rem;
}

.btn-about-tekm {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #1e3a6e;
  color: #fff !important;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.8rem 1.65rem;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.25s;
}

.btn-about-tekm:hover {
  background: var(--dark);
  color: #fff !important;
  transform: translateY(-2px);
}

.about-tekm__right {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 1.25rem;
  align-items: stretch;
}

.about-tekm__stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding-right: 0.25rem;
}

.about-tekm__stat {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.about-tekm__stat-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 1.35rem;
}

.about-tekm__stat-num {
  font-family: 'Sora', sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.1;
}

.about-tekm__stat-label {
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 0.15rem;
}

.about-tekm__visual {
  position: relative;
  align-self: stretch;
  min-height: 380px;
  overflow: hidden;
}

.about-tekm__visual-inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #dce3ec;
}

.about-tekm__visual-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 8%;
  display: block;
}

.about-tekm__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 115%;
  height: 50%;
  transform: translateX(-28%);
  z-index: 2;
  pointer-events: none;
  line-height: 0;
}

.about-tekm__shape svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 1199px) {
  .about-tekm__right {
    grid-template-columns: 1fr 240px;
  }
}

@media (max-width: 991px) {
  .about-tekm__right {
    grid-template-columns: 1fr minmax(200px, 240px);
    gap: 1rem;
    margin-top: 2rem;
  }
  .about-tekm__visual {
    min-height: 340px;
  }
}

@media (max-width: 575px) {
  .about-tekm__right {
    grid-template-columns: 1fr;
  }
  .about-tekm__visual {
    min-height: 320px;
    max-width: 280px;
    margin: 0.5rem auto 0;
  }
  .about-tekm__shape {
    width: 80%;
    transform: translateX(-18%);
  }
}

/* ── Networking Wi-Fi delivery process ── */
.wifi-process {
  background:
    radial-gradient(circle at 88% 10%, rgba(51, 159, 227, 0.08), transparent 28%),
    #fff;
}

.wifi-process__promise {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.3rem;
  color: #fff;
  background: linear-gradient(135deg, var(--dark), #30375f);
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(32, 36, 63, 0.15);
}

.wifi-process__promise-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  color: var(--dark);
  background: #fff;
  border-radius: 8px;
  font-size: 1.25rem;
}

.wifi-process__promise strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: 'Sora', sans-serif;
  font-size: 0.9rem;
}

.wifi-process__promise p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  line-height: 1.65;
}

.wifi-process__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.wifi-process__card {
  min-height: 100%;
  padding: 1.65rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(32, 36, 63, 0.06);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.wifi-process__card:hover {
  transform: translateY(-5px);
  border-color: rgba(51, 159, 227, 0.45);
  box-shadow: 0 18px 42px rgba(32, 36, 63, 0.11);
}

.wifi-process__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.wifi-process__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--accent);
  border-radius: 10px;
  font-size: 1.2rem;
}

.wifi-process__number {
  font-family: 'Sora', sans-serif;
  color: rgba(32, 36, 63, 0.13);
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
}

.wifi-process__card h5 {
  margin-bottom: 0.65rem;
  color: var(--text-dark);
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.wifi-process__card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .wifi-process__grid {
    grid-template-columns: 1fr;
  }

  .wifi-process__card {
    padding: 1.4rem;
  }
}

/* ── Networking Wi-Fi benefits ── */
.wifi-benefits {
  background: var(--surface);
}

.wifi-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.wifi-benefits__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.55rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(32, 36, 63, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.wifi-benefits__card:hover {
  transform: translateY(-5px);
  border-color: rgba(51, 159, 227, 0.45);
  box-shadow: 0 18px 42px rgba(32, 36, 63, 0.1);
}

.wifi-benefits__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 1.15rem;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  border-radius: 12px;
  font-size: 1.35rem;
}

.wifi-benefits__eyebrow {
  margin-bottom: 0.45rem;
  color: var(--accent-dark);
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wifi-benefits__card h4 {
  margin-bottom: 0.7rem;
  color: var(--text-dark);
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.wifi-benefits__card p {
  margin-bottom: 1.1rem;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

.wifi-benefits__card ul {
  display: grid;
  gap: 0.6rem;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.wifi-benefits__card li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--text-dark);
  font-size: 0.8rem;
  line-height: 1.45;
}

.wifi-benefits__card li i {
  color: var(--accent);
  font-size: 0.95rem;
  line-height: 1.35;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .wifi-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .wifi-benefits__grid {
    grid-template-columns: 1fr;
  }
}

/* ── Global Sourcing page ── */
.gs-overview {
  background: #fff;
}

.gs-overview__visual {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 480px;
  box-shadow: 0 28px 70px rgba(32, 36, 63, 0.16);
}

.gs-overview__visual img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.gs-overview__float {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 1.15rem 1.25rem;
  color: #fff;
  background: linear-gradient(135deg, rgba(32, 36, 63, 0.94), rgba(51, 159, 227, 0.88));
  border-radius: 12px;
  backdrop-filter: blur(6px);
}

.gs-overview__float strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}

.gs-overview__float span {
  font-size: 0.86rem;
  opacity: 0.9;
}

.gs-services-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(51, 159, 227, 0.08), transparent 30%),
    var(--surface);
}

.gs-services-head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.gs-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.gs-service {
  position: relative;
  overflow: hidden;
  padding: 1.55rem 1.3rem 1.4rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.gs-service::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), var(--accent-dark));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gs-service:hover {
  transform: translateY(-6px);
  border-color: rgba(51, 159, 227, 0.35);
  box-shadow: 0 20px 44px rgba(32, 36, 63, 0.1);
}

.gs-service:hover::before {
  opacity: 1;
}

.gs-service--wide {
  grid-column: span 2;
}

.gs-service__num {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  color: rgba(32, 36, 63, 0.08);
  font-family: 'Sora', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
}

.gs-service__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  border-radius: 12px;
  font-size: 1.25rem;
  box-shadow: 0 10px 24px rgba(51, 159, 227, 0.28);
}

.gs-service h5 {
  margin-bottom: 0.5rem;
  color: var(--text-dark);
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.gs-service p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.gs-flow-section {
  background: #fff;
  padding: 4.5rem 0;
}

.gs-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0.75rem;
  align-items: stretch;
}

.gs-flow__step {
  padding: 1.4rem 1.2rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  text-align: center;
}

.gs-flow__num {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--accent);
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1px;
}

.gs-flow__step h5 {
  margin-bottom: 0.45rem;
  color: var(--text-dark);
  font-family: 'Sora', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
}

.gs-flow__step p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.gs-flow__connector {
  width: 28px;
  height: 2px;
  align-self: center;
  background: linear-gradient(90deg, rgba(51, 159, 227, 0.2), var(--accent), rgba(51, 159, 227, 0.2));
}

.gs-product__overlay-title {
  display: none;
}

.gs-products-section {
  background: var(--surface);
  padding: 5rem 0;
}

.gs-products-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(32, 36, 63, 0.08);
}

.gs-products-panel__head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: end;
  padding: 1.75rem 2rem;
  color: #fff;
  background: linear-gradient(135deg, var(--dark) 0%, #2f3a6b 55%, var(--accent-dark) 100%);
}

.gs-products-panel__label {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.gs-products-panel__head h2 {
  margin: 0;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 500;
  line-height: 1.2;
}

.gs-products-panel__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.7;
}

.gs-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.gs-product {
  padding: 1.6rem 1.5rem 1.7rem;
  background: #fff;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.gs-product:nth-child(3n) {
  border-right: none;
}

.gs-product:nth-child(n+4) {
  border-bottom: none;
}

.gs-product:hover {
  background: rgba(51, 159, 227, 0.04);
  box-shadow: inset 0 0 0 1px rgba(51, 159, 227, 0.18);
}

.gs-product__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.9rem;
  border-bottom: 2px solid rgba(51, 159, 227, 0.18);
}

.gs-product__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  border-radius: 10px;
  font-size: 1.05rem;
}

.gs-product h5 {
  margin: 0;
  color: var(--text-dark);
  font-family: 'Sora', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
}

.gs-product ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.gs-product li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--text-dark);
  font-size: 0.86rem;
  line-height: 1.45;
}

.gs-product li i {
  color: var(--accent);
  font-size: 0.95rem;
  line-height: 1.4;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

.gs-product li span {
  flex: 1;
}

.gs-why-section {
  background: var(--surface);
}

.gs-why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(32, 36, 63, 0.08);
}

.gs-why__left {
  padding: 2.4rem;
  background:
    linear-gradient(160deg, rgba(51, 159, 227, 0.08), transparent 45%),
    #fff;
}

.gs-why__right {
  display: grid;
  gap: 0.75rem;
  padding: 2.2rem;
  background: linear-gradient(160deg, var(--dark), #2c3358);
}

.gs-why__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.4;
}

.gs-why__item i {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: var(--dark);
  background: #fff;
  border-radius: 50%;
  font-size: 0.85rem;
}

.gs-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.gs-trust__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.gs-trust__item i {
  color: var(--accent);
  font-size: 1.35rem;
}

.gs-trust__item strong {
  color: var(--text-dark);
  font-family: 'Sora', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.gs-industries-section {
  background: #fff;
}

.gs-industries {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.gs-industry {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.2rem 1.25rem;
  background: var(--surface);
  border: 1px solid transparent;
  border-radius: 14px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.gs-industry:hover {
  transform: translateY(-4px);
  background: #fff;
  border-color: rgba(51, 159, 227, 0.3);
  box-shadow: 0 14px 32px rgba(32, 36, 63, 0.08);
}

.gs-industry i {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--dark);
  border-radius: 10px;
  font-size: 1.15rem;
}

.gs-industry span {
  color: var(--text-dark);
  font-family: 'Sora', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

.gs-advantage {
  padding: 5rem 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(51, 159, 227, 0.25), transparent 28%),
    linear-gradient(135deg, var(--dark), #2a3158);
}

.gs-advantage__panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  backdrop-filter: blur(8px);
}

.gs-advantage .section-tag {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.gs-advantage .section-title {
  color: #fff;
}

.gs-advantage__copy p {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.7;
}

.gs-advantage__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.gs-advantage__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 1.1rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.gs-advantage__item i {
  color: var(--accent);
  font-size: 1.35rem;
}

.gs-advantage__item span {
  color: rgba(255, 255, 255, 0.92);
  font-family: 'Sora', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .gs-services-head,
  .gs-why,
  .gs-advantage__panel,
  .gs-products-panel__head {
    grid-template-columns: 1fr;
  }

  .gs-services,
  .gs-products,
  .gs-industries {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gs-product:nth-child(3n) {
    border-right: 1px solid var(--border);
  }

  .gs-product:nth-child(2n) {
    border-right: none;
  }

  .gs-product:nth-child(n+4) {
    border-bottom: 1px solid var(--border);
  }

  .gs-product:nth-child(n+5) {
    border-bottom: none;
  }

  .gs-flow {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .gs-flow__connector {
    display: none;
  }

  .gs-service--wide {
    grid-column: span 1;
  }

  .gs-overview__visual,
  .gs-overview__visual img {
    min-height: 360px;
  }
}

@media (max-width: 575px) {
  .gs-services,
  .gs-products,
  .gs-trust,
  .gs-industries,
  .gs-advantage__row,
  .gs-flow {
    grid-template-columns: 1fr;
  }

  .gs-product {
    border-right: none !important;
    border-bottom: 1px solid var(--border);
  }

  .gs-product:last-child {
    border-bottom: none;
  }

  .gs-products-panel__head {
    padding: 1.4rem 1.25rem;
  }

  .gs-why__left,
  .gs-why__right,
  .gs-advantage__panel {
    padding: 1.5rem;
  }
}

/* ── Mobility / IoT page ── */
.miot-intro .miot-intro__title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 700;
  color: var(--text-dark, #20243F);
  line-height: 1.25;
  margin: 0.75rem 0 1rem;
  max-width: 18ch;
}

.miot-intro .page-intro,
.miot-intro.page-intro {
  padding-bottom: 72px;
}

.miot-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 0.75rem;
  min-height: 420px;
}

.miot-mosaic__main,
.miot-mosaic__tile {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(32, 36, 63, 0.12);
}

.miot-mosaic__main {
  min-height: 420px;
}

.miot-mosaic__side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0.75rem;
}

.miot-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.miot-mosaic__main:hover img,
.miot-mosaic__tile:hover img {
  transform: scale(1.05);
}

.miot-mosaic__float {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  max-width: 260px;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(32, 36, 63, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  color: #fff;
}

.miot-mosaic__float strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 0.92rem;
  margin-bottom: 0.2rem;
}

.miot-mosaic__float span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

.miot-jump {
  display: inline-flex;
  gap: 0.4rem;
  padding: 0.35rem;
  margin-bottom: 1.35rem;
  background: rgba(32, 36, 63, 0.04);
  border: 1px solid var(--border, #D6E2FF);
  border-radius: 999px;
}

.miot-jump a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'Sora', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-dark, #20243F);
  transition: background 0.25s, color 0.25s, transform 0.25s;
}

.miot-jump a i { color: var(--accent, #339fe3); }

.miot-jump a:hover,
.miot-jump a.is-active {
  background: var(--dark, #20243F);
  color: #fff;
  transform: translateY(-1px);
}

.miot-jump a:hover i,
.miot-jump a.is-active i { color: #fff; }

.miot-overview {
  padding: 88px 0;
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(51, 159, 227, 0.12), transparent 60%),
    linear-gradient(180deg, #f7f9fd 0%, #eef3fb 100%);
}

.miot-overview__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.miot-overview__head .section-sub {
  max-width: 380px;
  text-align: right;
  margin: 0;
}

.miot-why-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  width: 100%;
}

@media (min-width: 992px) {
  .miot-why-rail {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .miot-why-rail .miot-why:nth-child(1),
  .miot-why-rail .miot-why:nth-child(2),
  .miot-why-rail .miot-why:nth-child(3) {
    grid-column: span 2;
  }

  .miot-why-rail .miot-why:nth-child(4),
  .miot-why-rail .miot-why:nth-child(5) {
    grid-column: span 3;
  }
}

.miot-why {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1.15rem 1.2rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(214, 226, 255, 0.9);
  border-radius: 14px;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  height: 100%;
}

.miot-why:hover {
  transform: translateY(-3px);
  border-color: rgba(51, 159, 227, 0.45);
  box-shadow: 0 10px 28px rgba(32, 36, 63, 0.06);
}

.miot-why__num {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(145deg, #20243F, #339fe3);
}

.miot-why h5 {
  font-family: 'Sora', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: var(--text-dark, #20243F);
}

.miot-why p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--text-muted, #5a6478);
}

.miot-visual {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 320px;
  height: 100%;
  box-shadow: 0 24px 50px rgba(32, 36, 63, 0.14);
}

.miot-visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.7s ease;
}

.miot-visual:hover img { transform: scale(1.06); }

.miot-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(14, 18, 36, 0.78) 100%);
  pointer-events: none;
}

.miot-visual__badge {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  color: #fff;
}

.miot-visual__badge strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.miot-visual__badge span {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.78);
}

.miot-cats-section {
  padding: 40px 0 90px;
  background: linear-gradient(180deg, #eef3fb 0%, #fff 45%);
}

.miot-cats-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 1.1rem;
  align-items: stretch;
}

.miot-cats-aside {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 520px;
  box-shadow: 0 24px 50px rgba(32, 36, 63, 0.16);
}

.miot-cats-aside__img,
.miot-cats-aside__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.miot-cats-aside::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 18, 36, 0.15) 20%, rgba(14, 18, 36, 0.82) 100%);
}

.miot-cats-aside__copy {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  color: #fff;
}

.miot-cats-aside__copy span {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9fd0f3;
  margin-bottom: 0.5rem;
}

.miot-cats-aside__copy h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.45rem;
  line-height: 1.3;
}

.miot-cats-aside__copy p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
}

.miot-cats-panel {
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(51, 159, 227, 0.22), transparent 35%),
    radial-gradient(circle at 88% 80%, rgba(51, 159, 227, 0.12), transparent 40%),
    linear-gradient(145deg, #1a1f38 0%, #20243F 55%, #243055 100%);
  color: #fff;
  padding: 2rem;
  box-shadow: 0 28px 60px rgba(32, 36, 63, 0.22);
  height: 100%;
}

.miot-divider {
  padding: 0;
  overflow: hidden;
}

.miot-divider__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  padding: 0.55rem 0.75rem;
  background: #0f1328;
}

.miot-divider__track img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  opacity: 0.92;
  transition: opacity 0.3s, transform 0.4s;
}

.miot-divider__track img:hover {
  opacity: 1;
  transform: scale(1.02);
}

.miot-visual-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.miot-visual-row img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  box-shadow: 0 10px 24px rgba(32, 36, 63, 0.1);
}

.miot-card__media {
  height: 150px;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}

.miot-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.miot-card:hover .miot-card__media img {
  transform: scale(1.06);
}

.miot-card__body {
  padding: 1.25rem 1.35rem 1.4rem;
}

.miot-card {
  padding: 0;
  overflow: hidden;
}

.miot-card--accent .miot-card__media {
  position: relative;
}

.miot-card--accent .miot-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(32, 36, 63, 0.35));
}

.miot-trust-visual {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(32, 36, 63, 0.12);
}

.miot-trust-visual img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.miot-cats-panel__head {
  margin-bottom: 1.75rem;
  max-width: 720px;
}

.miot-cats-panel__label {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9fd0f3;
  margin-bottom: 0.65rem;
}

.miot-cats-panel__head h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 700;
  margin: 0 0 0.65rem;
}

.miot-cats-panel__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.miot-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.miot-cat {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  font-family: 'Sora', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.miot-cat:hover {
  background: rgba(51, 159, 227, 0.18);
  border-color: rgba(51, 159, 227, 0.55);
  transform: translateY(-3px);
}

.miot-cat i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(51, 159, 227, 0.2);
  color: #8ecbf0;
  font-size: 1rem;
  flex-shrink: 0;
}

.miot-partner {
  margin-top: 1.75rem;
  padding: 1.35rem 1.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.miot-partner h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
}

.miot-partner p {
  margin: 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.6;
}

.miot-mobile {
  padding: 90px 0;
  background: #fff;
}

.miot-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.miot-mini {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--border, #D6E2FF);
  background: linear-gradient(180deg, #fff, #f7faff);
  font-family: 'Sora', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-dark, #20243F);
  transition: transform 0.25s, border-color 0.25s;
}

.miot-mini:hover {
  transform: translateY(-2px);
  border-color: rgba(51, 159, 227, 0.5);
}

.miot-mini i {
  color: var(--accent, #339fe3);
  font-size: 1.05rem;
}

.miot-portfolio-section {
  padding: 40px 0 90px;
  background:
    radial-gradient(ellipse 50% 40% at 0% 0%, rgba(51, 159, 227, 0.08), transparent 55%),
    #f5f8fd;
}

.miot-portfolio-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.miot-portfolio-head .section-sub {
  max-width: 360px;
  text-align: right;
}

.miot-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.miot-card {
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border, #D6E2FF);
  border-radius: 18px;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.miot-card:hover {
  transform: translateY(-6px);
  border-color: rgba(51, 159, 227, 0.45);
  box-shadow: 0 18px 40px rgba(32, 36, 63, 0.08);
}

.miot-card--accent {
  background: linear-gradient(165deg, #20243F 0%, #2a3358 100%);
  border-color: transparent;
  color: #fff;
}

.miot-card--accent p,
.miot-card--accent span { color: rgba(255, 255, 255, 0.72); }
.miot-card--accent h5 { color: #fff; }
.miot-card--accent .miot-card__num { color: #9fd0f3; }
.miot-card--accent .miot-card__icon {
  background: rgba(51, 159, 227, 0.2);
  color: #9fd0f3;
}
.miot-card--accent ul li i { color: #9fd0f3; }

.miot-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}

.miot-card__num {
  font-family: 'Sora', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent, #339fe3);
  letter-spacing: 0.04em;
}

.miot-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(51, 159, 227, 0.12);
  color: var(--accent, #339fe3);
  font-size: 1.15rem;
}

.miot-card h5 {
  font-family: 'Sora', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
  color: var(--text-dark, #20243F);
}

.miot-card p {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--text-muted, #5a6478);
  margin-bottom: 1rem;
}

.miot-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.miot-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin-bottom: 0.4rem;
  font-size: 0.86rem;
  color: var(--text-dark, #20243F);
}

.miot-card ul li i {
  color: var(--accent, #339fe3);
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.miot-trust {
  padding: 90px 0;
  background: #fff;
}

.miot-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.miot-trust-pills span {
  display: inline-flex;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #f0f5fc;
  border: 1px solid var(--border, #D6E2FF);
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-dark, #20243F);
}

.miot-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.miot-trust-grid article {
  padding: 1.2rem 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--border, #D6E2FF);
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.miot-trust-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(51, 159, 227, 0.45);
  box-shadow: 0 12px 28px rgba(32, 36, 63, 0.06);
}

.miot-trust-grid i {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  background: rgba(51, 159, 227, 0.12);
  color: var(--accent, #339fe3);
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.miot-trust-grid h6 {
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: var(--text-dark, #20243F);
}

.miot-trust-grid p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text-muted, #5a6478);
}

@media (max-width: 1199px) {
  .miot-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .miot-cats-layout {
    grid-template-columns: 1fr;
  }

  .miot-cats-aside {
    min-height: 280px;
  }

  .miot-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .miot-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .miot-mosaic {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .miot-mosaic__main {
    min-height: 260px;
  }

  .miot-mosaic__side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .miot-mosaic__tile {
    min-height: 140px;
  }

  .miot-divider__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .miot-divider__track img {
    height: 120px;
  }

  .miot-intro .miot-intro__title { max-width: none; }

  .miot-overview__head,
  .miot-portfolio-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .miot-overview__head .section-sub,
  .miot-portfolio-head .section-sub {
    text-align: left;
    max-width: none;
  }

  .miot-why-rail {
    grid-template-columns: 1fr;
  }

  .miot-visual,
  .miot-visual img { min-height: 280px; }

  .miot-overview,
  .miot-mobile,
  .miot-trust { padding: 64px 0; }
}

@media (max-width: 575px) {
  .miot-cat-grid,
  .miot-portfolio-grid,
  .miot-trust-grid,
  .miot-mini-grid,
  .miot-visual-row,
  .miot-mosaic__side,
  .miot-divider__track {
    grid-template-columns: 1fr;
  }

  .miot-jump {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .miot-jump a {
    flex: 1 1 auto;
    justify-content: center;
    padding: 0.55rem 0.6rem;
    font-size: 0.74rem;
  }

  .miot-cats-panel { padding: 1.35rem; }

  .miot-partner { padding: 1.15rem; }

  .miot-card__media { height: 140px; }
}

/* ── Mobility Solutions page ── */
.mob-intro .mob-intro__title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 700;
  color: var(--text-dark, #20243F);
  line-height: 1.25;
  margin: 0.75rem 0 1rem;
  max-width: 16ch;
}

.mob-lifecycle {
  padding: 88px 0;
  background:
    radial-gradient(ellipse 55% 45% at 0% 0%, rgba(51, 159, 227, 0.1), transparent 55%),
    linear-gradient(180deg, #f7f9fd 0%, #eef3fb 100%);
}

.mob-device-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.mob-device {
  background: #fff;
  border: 1px solid var(--border, #D6E2FF);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.mob-device:hover {
  transform: translateY(-4px);
  border-color: rgba(51, 159, 227, 0.45);
  box-shadow: 0 16px 34px rgba(32, 36, 63, 0.08);
}

.mob-device__media {
  height: 120px;
  overflow: hidden;
}

.mob-device__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.mob-device:hover .mob-device__media img {
  transform: scale(1.06);
}

.mob-device__body {
  padding: 1rem 1.05rem 1.15rem;
}

.mob-device__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(51, 159, 227, 0.12);
  color: var(--accent, #339fe3);
  margin-bottom: 0.65rem;
}

.mob-device h5 {
  font-family: 'Sora', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: var(--text-dark, #20243F);
}

.mob-device p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--text-muted, #5a6478);
}

.mob-services {
  padding: 88px 0;
  background: #fff;
}

.mob-services__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.mob-services__head .section-sub {
  max-width: 360px;
  text-align: right;
  margin: 0;
}

.mob-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.mob-service {
  padding: 1.5rem;
  border-radius: 18px;
  border: 1px solid var(--border, #D6E2FF);
  background: linear-gradient(180deg, #fff, #f7faff);
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.mob-service:hover {
  transform: translateY(-5px);
  border-color: rgba(51, 159, 227, 0.45);
  box-shadow: 0 16px 36px rgba(32, 36, 63, 0.08);
}

.mob-service--accent {
  background: linear-gradient(165deg, #20243F 0%, #2a3358 100%);
  border-color: transparent;
  color: #fff;
}

.mob-service--accent .mob-service__num { color: #9fd0f3; }
.mob-service--accent .mob-service__icon {
  background: rgba(51, 159, 227, 0.2);
  color: #9fd0f3;
}

.mob-service__num {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent, #339fe3);
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.mob-service__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(51, 159, 227, 0.12);
  color: var(--accent, #339fe3);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.mob-service h5 {
  font-family: 'Sora', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
  color: var(--text-dark, #20243F);
}

.mob-service p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-muted, #5a6478);
}

.mob-service--accent,
.mob-service--accent h5,
.mob-service--accent p {
  color: #fff !important;
}

.mob-why {
  padding: 90px 0;
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(51, 159, 227, 0.08), transparent 55%),
    #f5f8fd;
}

.mob-why__visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: 0 18px 40px rgba(32, 36, 63, 0.12);
}

.mob-why__visual img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.mob-why__badge {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(32, 36, 63, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  backdrop-filter: blur(8px);
}

.mob-why__badge strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 0.92rem;
  margin-bottom: 0.15rem;
}

.mob-why__badge span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

.mob-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.mob-why__grid article {
  padding: 1.25rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--border, #D6E2FF);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.mob-why__grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(51, 159, 227, 0.45);
  box-shadow: 0 12px 28px rgba(32, 36, 63, 0.06);
}

.mob-why__grid i {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  background: rgba(51, 159, 227, 0.12);
  color: var(--accent, #339fe3);
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.mob-why__grid h6 {
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--text-dark, #20243F);
}

.mob-why__grid p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text-muted, #5a6478);
}

@media (max-width: 991px) {
  .mob-intro .mob-intro__title { max-width: none; }

  .mob-services__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .mob-services__head .section-sub {
    text-align: left;
    max-width: none;
  }

  .mob-services__grid {
    grid-template-columns: 1fr;
  }

  .mob-lifecycle,
  .mob-services,
  .mob-why { padding: 64px 0; }
}

@media (max-width: 575px) {
  .mob-device-grid,
  .mob-why__grid {
    grid-template-columns: 1fr;
  }
}

/* ── Mobile: prevent horizontal page scroll ── */
img,
video,
iframe,
svg {
  max-width: 100%;
}

.site-header,
footer,
section,
.tm-hero,
.page-intro {
  max-width: 100%;
}

.container,
.container-fluid {
  max-width: 100%;
}

@media (max-width: 991px) {
  .row > [class*="col-"] {
    min-width: 0;
  }

  .hero-stat-row,
  .miot-jump,
  .miot-trust-pills,
  .footer-bottom {
    max-width: 100%;
  }

  .miot-mosaic,
  .miot-cats-layout,
  .miot-cats-aside,
  .faq-modern__shell,
  .gs-products-panel,
  .about-tekm__right {
    max-width: 100%;
  }

  .about-tekm__shape {
    width: 100%;
    left: 0;
    transform: none;
  }

  .section-title,
  .miot-intro__title,
  .mob-intro__title {
    overflow-wrap: anywhere;
    word-wrap: break-word;
  }
}
