/* ========================================
   RESET / BASE
======================================== */

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

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(79, 140, 255, 0.16), transparent 34%),
    radial-gradient(circle at 80% 20%, rgba(124, 92, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #0b1120 0%, #0d1424 42%, #0b1120 100%);
  color: var(--text);
  line-height: 1.6;
  padding-top: var(--header-height);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

svg {
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

p {
  margin: 0;
  color: var(--text-soft);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--text);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

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

::selection {
  background: rgba(79, 140, 255, 0.32);
  color: #fff;
}





.btn {
  padding: 0.3rem 1rem !important;
}




.service-card-tech {
  min-height: 320px;
}

.service-card-tech > p {
  margin-bottom: 0px;
}

.service-tech {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--surface-line);
  border-bottom: 1px solid var(--surface-line);
}

.service-tech > span {
  display: block;
  margin-bottom: 18px;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.95rem;
}

.service-tech-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
  min-height: 30px;
  margin-bottom: 28px;
}

.service-tech-logos img {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 30px;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.04);
}

.service-tech-logos-many {
  gap: 16px 20px;
}

.service-tech-logos-many img {
  max-width: 105px;
  max-height: 56px;
}

body.light .service-tech {
  border-top-color: rgba(15, 23, 42, 0.08);
}

@media (max-width: 991.98px) {
  .service-card-tech {
    min-height: auto;
  }
}



.support-card {
  padding: 1.5rem;
}

.support-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}









.info-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.info-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon svg {
  width: 40px;
  height: 40px;
  stroke: currentColor;
  stroke-width: 1.8;
}
