:root {
  --bg: #ffffff;
  --ink: #082033;
  --muted: #547089;
  --line: #d8e9f7;
  --navy: #064b92;
  --navy-2: #033565;
  --cyan: #0877e8;
  --green: #0fa3d9;
  --soft: #f2f8ff;
  --shadow: 0 24px 70px rgba(6, 75, 146, 0.16);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Blue and white refreshed visual system */
.btn {
  border-radius: 8px;
}

.btn-primary,
.card-action {
  background: linear-gradient(135deg, #0877e8, #064b92);
  box-shadow: 0 16px 34px rgba(8, 119, 232, 0.24);
  color: white;
}

.btn-secondary,
.text-link {
  color: var(--navy);
}

.hero,
.page-hero,
.software-hero,
.product-slider-section,
.solution-showcase,
.intro-band {
  background:
    radial-gradient(circle at 8% 0%, rgba(8, 119, 232, 0.1), transparent 34%),
    linear-gradient(180deg, #ffffff, #f2f8ff);
}

.dark-section,
.contact-section,
.dark-page-hero {
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #064b92, #033565);
}

.product-slider,
.product-card,
.quick-grid article,
.solution-feature-grid article,
.contact-form,
.company-card {
  border-color: rgba(8, 119, 232, 0.18);
  box-shadow: 0 18px 48px rgba(6, 75, 146, 0.09);
}

.contact-product-section {
  background: linear-gradient(180deg, #f2f8ff, #ffffff);
  padding-bottom: 32px;
}

.contact-product-slider .slider-viewport {
  min-height: 360px;
}

.contact-product-slider .slider-slide {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
}

.contact-product-slider .slider-slide img {
  max-height: 260px;
}

/* Latest homepage solution overrides */
.solution-logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solution-logo-card {
  min-height: 190px;
}

.solution-logo-card.brand-kaspersky::before {
  background: linear-gradient(90deg, #0877e8, #10a8db);
}

.solution-logo-copy h2 {
  color: var(--navy);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.06;
  margin-bottom: 14px;
  max-width: 920px;
}

.solution-logo-copy p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 960px;
}

.solution-feature-grid h3 {
  color: var(--navy);
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.solution-feature-grid img {
  border: 1px solid var(--line);
  height: 112px;
}

@media (max-width: 980px) {
  .solution-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .solution-logo-grid {
    grid-template-columns: 1fr;
  }

  .solution-logo-card {
    min-height: 150px;
  }

  .solution-logo-copy h2 {
    font-size: 28px;
  }

  .solution-logo-copy p {
    font-size: 15px;
  }

  .solution-feature-grid img {
    height: 132px;
    max-width: 220px;
  }
}

/* Final clarity and mobile fixes */
body {
  background:
    radial-gradient(circle at 16% 0%, rgba(8, 119, 232, 0.1), transparent 26%),
    linear-gradient(180deg, #f8fbff 0, #ffffff 420px);
}

.site-header {
  background: rgba(255, 255, 255, 0.97);
}

.contact-section {
  background:
    linear-gradient(180deg, rgba(242, 248, 255, 0.92), rgba(255, 255, 255, 0.98)),
    #ffffff;
  color: var(--ink);
}

.contact-section p,
.contact-section a,
.contact-section dd,
.contact-section span {
  color: var(--muted);
}

.contact-section h2,
.contact-section h3,
.contact-copy h2 {
  color: var(--navy);
}

.contact-form {
  background: white;
  color: var(--ink);
}

.contact-form p,
.contact-form label {
  color: var(--muted);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #f8fbff;
  border-color: #cfe4f7;
  color: var(--ink);
}

.contact-product-slider {
  border-radius: 8px;
}

.contact-product-slider .slider-slide {
  min-height: 360px;
  padding: clamp(22px, 4vw, 42px);
}

.contact-product-slider .slider-copy h3 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}

.contact-product-slider .slider-copy p {
  max-width: 560px;
}

.contact-product-slider .slider-slide img {
  height: auto;
  max-height: 250px;
  object-fit: contain;
  padding: 28px;
}

.intro-flash {
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.24), transparent 24%),
    linear-gradient(135deg, #064b92, #0877e8);
}

.intro-flash-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(3, 53, 101, 0.34);
  padding: clamp(24px, 5vw, 52px);
}

@media (max-width: 760px) {
  .contact-product-section {
    padding: 36px 14px 20px;
  }

  .contact-product-slider .slider-viewport {
    min-height: 0;
  }

  .contact-product-slider .slider-slide {
    gap: 16px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
  }

  .contact-product-slider .slider-copy {
    max-width: 100%;
  }

  .contact-product-slider .slider-copy h3 {
    font-size: 26px;
    line-height: 1.08;
  }

  .contact-product-slider .slider-copy p {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .contact-product-slider .slider-slide img {
    aspect-ratio: 16 / 9;
    max-height: 170px;
    padding: 18px;
  }

  .contact-product-slider .slider-controls {
    padding: 12px;
  }

  .intro-flash-panel {
    padding: 22px;
  }

  .intro-flash h2 {
    font-size: 32px;
  }

  .intro-flash p {
    font-size: 15px;
  }
}

/* Certified solutions final overrides */
.solution-logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solution-logo-card.brand-kaspersky::before {
  background: linear-gradient(90deg, #0877e8, #10a8db);
}

@media (max-width: 980px) {
  .solution-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .solution-logo-grid {
    grid-template-columns: 1fr;
  }
}

/* Clear certified-solutions presentation */
.solution-logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solution-logo-card {
  min-height: 190px;
}

.solution-logo-card.brand-kaspersky::before {
  background: linear-gradient(90deg, #0877e8, #10a8db);
}

.solution-logo-copy h2 {
  color: var(--navy);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.06;
  margin-bottom: 14px;
  max-width: 920px;
}

.solution-logo-copy p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 960px;
}

.solution-feature-grid h3 {
  color: var(--navy);
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.solution-feature-grid img {
  border: 1px solid var(--line);
  height: 112px;
}

@media (max-width: 980px) {
  .solution-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .solution-logo-grid {
    grid-template-columns: 1fr;
  }

  .solution-logo-card {
    min-height: 150px;
  }

  .solution-logo-copy h2 {
    font-size: 28px;
  }

  .solution-logo-copy p {
    font-size: 15px;
  }

  .solution-feature-grid img {
    height: 132px;
    max-width: 220px;
  }
}

/* Clarity and mobile fixes */
body {
  background:
    radial-gradient(circle at 16% 0%, rgba(8, 119, 232, 0.1), transparent 26%),
    linear-gradient(180deg, #f8fbff 0, #ffffff 420px);
}

.site-header {
  background: rgba(255, 255, 255, 0.97);
}

.contact-section {
  background:
    linear-gradient(180deg, rgba(242, 248, 255, 0.92), rgba(255, 255, 255, 0.98)),
    #ffffff;
  color: var(--ink);
}

.contact-section p,
.contact-section a,
.contact-section dd,
.contact-section span {
  color: var(--muted);
}

.contact-section h2,
.contact-section h3,
.contact-copy h2 {
  color: var(--navy);
}

.contact-form {
  background: white;
  color: var(--ink);
}

.contact-form p,
.contact-form label {
  color: var(--muted);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #f8fbff;
  border-color: #cfe4f7;
  color: var(--ink);
}

.contact-product-slider {
  border-radius: 8px;
}

.contact-product-slider .slider-slide {
  min-height: 360px;
  padding: clamp(22px, 4vw, 42px);
}

.contact-product-slider .slider-copy h3 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}

.contact-product-slider .slider-copy p {
  max-width: 560px;
}

.contact-product-slider .slider-slide img {
  height: auto;
  max-height: 250px;
  object-fit: contain;
  padding: 28px;
}

.intro-flash {
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.24), transparent 24%),
    linear-gradient(135deg, #064b92, #0877e8);
}

.intro-flash-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(3, 53, 101, 0.34);
  padding: clamp(24px, 5vw, 52px);
}

@media (max-width: 760px) {
  .contact-product-section {
    padding: 36px 14px 20px;
  }

  .contact-product-slider .slider-viewport {
    min-height: 0;
  }

  .contact-product-slider .slider-slide {
    gap: 16px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
  }

  .contact-product-slider .slider-copy {
    max-width: 100%;
  }

  .contact-product-slider .slider-copy h3 {
    font-size: 26px;
    line-height: 1.08;
  }

  .contact-product-slider .slider-copy p {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .contact-product-slider .slider-slide img {
    aspect-ratio: 16 / 9;
    max-height: 170px;
    padding: 18px;
  }

  .contact-product-slider .slider-controls {
    padding: 12px;
  }

  .intro-flash-panel {
    padding: 22px;
  }

  .intro-flash h2 {
    font-size: 32px;
  }

  .intro-flash p {
    font-size: 15px;
  }
}

.intro-flash {
  align-items: center;
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.28), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(13, 168, 255, 0.36), transparent 30%),
    linear-gradient(135deg, #033565, #0877e8);
  color: white;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 1000;
}

.intro-flash-hidden {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 420ms ease, transform 420ms ease;
}

.intro-flash-panel {
  animation: flashPanelIn 720ms ease both;
  max-width: 820px;
  text-align: center;
}

.intro-flash-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 22px;
}

.intro-flash h2 {
  color: white;
  font-size: clamp(34px, 6vw, 68px);
  line-height: 0.98;
  margin-bottom: 18px;
}

.intro-flash p {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 2vw, 20px);
  margin: 0 auto 24px;
  max-width: 720px;
}

.intro-flash-products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}

.intro-flash-products span {
  animation: flashChip 1200ms ease both;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  padding: 10px 13px;
}

.intro-flash-products span:nth-child(2) {
  animation-delay: 80ms;
}

.intro-flash-products span:nth-child(3) {
  animation-delay: 160ms;
}

.intro-flash-products span:nth-child(4) {
  animation-delay: 240ms;
}

.intro-flash-products span:nth-child(5) {
  animation-delay: 320ms;
}

.intro-flash-products span:nth-child(6) {
  animation-delay: 400ms;
}

@keyframes flashPanelIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes flashChip {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-flash,
  .intro-flash-panel,
  .intro-flash-products span {
    animation: none;
    transition: none;
  }
}

@media (max-width: 760px) {
  .contact-product-slider .slider-slide {
    grid-template-columns: 1fr;
  }

  .intro-flash {
    padding: 18px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(8, 119, 232, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(242, 248, 255, 0.95) 0, rgba(255, 255, 255, 0) 340px),
    var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}

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

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

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(8, 119, 232, 0.16);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(20px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, #0877e8, #064b92);
  border-radius: 6px;
  color: white;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.main-nav ul,
.main-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav ul {
  align-items: center;
  display: flex;
  gap: 24px;
}

.main-nav a {
  color: #123b5d;
}

.main-nav a[aria-current="page"] {
  color: var(--cyan);
}

.nav-cta {
  background: var(--navy);
  border-radius: 6px;
  color: white !important;
  padding: 11px 16px;
}

.search-menu-button {
  background: #eef5f8;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  min-height: 40px;
  padding: 0 14px;
}

.search-menu-button:hover,
.search-menu-button[aria-expanded="true"] {
  background: var(--navy);
  color: white;
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 40px;
  padding: 8px;
  width: 40px;
}

.nav-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 22px;
}

.hero {
  display: grid;
  gap: clamp(32px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  min-height: min(760px, calc(100vh - 75px));
  padding: clamp(44px, 6vw, 76px) clamp(20px, 5vw, 72px) 34px;
}

.hero-copy {
  align-self: center;
  max-width: 690px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(42px, 6vw, 72px);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 16px;
}

h3 {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 12px;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.hero p {
  font-size: clamp(18px, 2vw, 21px);
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 36px;
}

.btn {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.card-action:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--cyan);
  box-shadow: 0 16px 38px rgba(19, 183, 216, 0.25);
  color: #031119;
}

.btn-secondary {
  background: #eef5f8;
  color: var(--navy);
}

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

.learn-link {
  align-items: center;
  color: var(--navy);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  min-height: 44px;
  text-decoration: underline;
  text-decoration-color: var(--cyan);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.hero-proof {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding-top: 24px;
}

.hero-proof div {
  min-width: 0;
}

.hero-proof dt {
  font-size: 22px;
  font-weight: 900;
}

.hero-proof dd {
  color: var(--muted);
  font-size: 13px;
  margin: 4px 0 0;
}

.hero-media {
  align-self: center;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.hero-media img {
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  width: 100%;
}

.status-panel {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  bottom: 22px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  display: grid;
  gap: 4px 10px;
  grid-template-columns: 12px 1fr;
  left: 22px;
  padding: 14px 16px;
  position: absolute;
}

.status-panel strong {
  font-size: 14px;
}

.status-panel small {
  color: var(--muted);
  font-size: 12px;
  grid-column: 2;
}

.pulse {
  background: var(--green);
  border-radius: 999px;
  height: 10px;
  position: relative;
  width: 10px;
}

.pulse::after {
  animation: ping 1.8s ease-out infinite;
  border: 1px solid var(--green);
  border-radius: inherit;
  content: "";
  inset: -7px;
  position: absolute;
}

.section {
  padding: clamp(72px, 9vw, 118px) clamp(20px, 5vw, 72px);
}

.solution-logo-strip {
  align-items: center;
  background: #071826;
  color: white;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1.25fr);
  padding: clamp(34px, 5vw, 58px) clamp(20px, 5vw, 72px);
}

.solution-logo-copy {
  max-width: 560px;
}

.solution-logo-copy span {
  color: #a8f0ff;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.solution-logo-copy h2 {
  font-size: clamp(26px, 3.4vw, 44px);
  margin-bottom: 12px;
}

.solution-logo-copy p {
  color: #bfd0db;
  font-size: 15px;
  line-height: 1.62;
  margin: 0;
}

.solution-logo-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-logo-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: var(--ink);
  display: grid;
  gap: 12px;
  min-height: 238px;
  padding: 24px;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.solution-logo-card::before {
  border-radius: var(--radius) var(--radius) 0 0;
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}

.solution-logo-card.brand-nakivo::before {
  background: #0075e8;
}

.solution-logo-card.brand-tsplus::before {
  background: linear-gradient(90deg, #ff8b2b, #8b8d91);
}

.solution-logo-card.brand-proxmox::before {
  background: linear-gradient(90deg, #f27a00, #111111);
}

.solution-logo-card:hover {
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  transform: translateY(-4px);
}

.solution-logo-card img {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  height: 104px;
  object-fit: contain;
  padding: 18px;
  width: 100%;
}

.solution-logo-card.brand-nakivo img {
  background: #0877e8;
  border-color: rgba(255, 255, 255, 0.24);
  padding: 16px;
}

.solution-logo-card.brand-tsplus img {
  padding: 22px;
}

.solution-logo-card.brand-proxmox img {
  padding: 18px;
}

.solution-logo-card strong {
  color: var(--navy);
  font-size: 16px;
}

.solution-logo-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.page-hero {
  background: var(--soft);
  padding: clamp(56px, 7vw, 92px) clamp(20px, 5vw, 72px);
}

.page-hero + .section {
  padding-top: clamp(54px, 7vw, 86px);
}

.page-hero > div {
  max-width: 860px;
}

.page-hero p {
  max-width: 760px;
}

.dark-page-hero {
  background: var(--navy);
  color: white;
}

.dark-page-hero p {
  color: #bfd0db;
}

.eyebrow {
  color: var(--green);
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.company-hero h1 {
  margin-bottom: 18px;
}

.section-heading {
  margin: 0 auto 42px;
  max-width: 830px;
  text-align: center;
}

.intro-band,
.process-section {
  background: var(--soft);
}

.quick-grid,
.product-grid,
.plans,
.process {
  display: grid;
  gap: 18px;
}

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

.company-presentation {
  background: white;
}

.company-intro {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
}

.company-story {
  max-width: 880px;
}

.company-story h2 {
  font-size: clamp(32px, 4vw, 52px);
}

.company-identity-panel {
  background: var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: white;
  padding: 26px;
}

.company-identity-panel > strong {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}

.company-identity-panel dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.company-identity-panel div {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 12px;
}

.company-identity-panel dt {
  color: #a8f0ff;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.company-identity-panel dd {
  color: white;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
  overflow-wrap: anywhere;
}

.company-identity-panel a {
  color: #a8f0ff;
}

.quick-grid article,
.product-card,
.plan,
.process article,
.recommendation {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
}

.quick-grid article,
.product-card,
.plan,
.process article {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.quick-grid article:hover,
.product-card:hover,
.plan:hover,
.process article:hover {
  border-color: rgba(19, 183, 216, 0.42);
  box-shadow: 0 18px 46px rgba(7, 24, 38, 0.1);
  transform: translateY(-3px);
}

.icon,
.process span {
  color: var(--cyan);
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 22px;
}

.split-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.split-heading > div {
  max-width: 760px;
}

.text-link {
  border-bottom: 2px solid var(--cyan);
  color: var(--navy);
  font-weight: 800;
  padding-bottom: 6px;
}

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

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
}

.product-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.product-icon {
  align-items: center;
  background: #eaf8fb;
  border-radius: 8px;
  color: var(--navy);
  cursor: pointer;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.product-icon:focus-visible {
  outline: 3px solid rgba(19, 183, 216, 0.45);
  outline-offset: 3px;
}

.product-media {
  background: var(--soft);
  border-radius: var(--radius);
  cursor: pointer;
  margin: -10px 0 22px;
  overflow: hidden;
}

.product-media:focus-visible {
  outline: 3px solid rgba(19, 183, 216, 0.45);
  outline-offset: 3px;
}

.product-media img {
  aspect-ratio: 16 / 9;
  background: white;
  object-fit: contain;
  padding: 18px;
  width: 100%;
}

.product-media.brand-media img {
  max-height: 176px;
  min-height: 132px;
  padding: 28px;
}

.product-media.brand-media img[src*="nakivo-logo"] {
  background: #0877e8;
  padding: 28px;
}

.product-icon svg {
  fill: none;
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 28px;
}

.price {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.card-action {
  background: var(--navy);
  border: 0;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  margin-top: 12px;
  min-height: 44px;
  padding: 0 16px;
  transition: transform 180ms ease, background 180ms ease;
}

.product-card .card-action {
  margin-top: auto;
}

.product-card .learn-link {
  margin-top: auto;
}

.product-card .learn-link + .card-action {
  margin-top: 12px;
}

.card-action.is-added {
  background: var(--green);
}

.dark-section {
  background: var(--navy);
  color: white;
}

.dark-section p,
.dark-section li {
  color: #b9c7d3;
}

.support-layout {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
}

.check-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.check-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 14px;
}

.terminal-panel {
  background: #031019;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.terminal-bar {
  align-items: center;
  background: #0d2230;
  display: flex;
  gap: 8px;
  padding: 14px 16px;
}

.terminal-bar span {
  background: var(--cyan);
  border-radius: 50%;
  height: 10px;
  opacity: 0.8;
  width: 10px;
}

pre {
  margin: 0;
  overflow: auto;
  padding: 28px;
}

code {
  color: #a8f0ff;
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.9;
}

.solution-builder {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
  margin: 0 auto;
  max-width: 980px;
}

.needs {
  display: grid;
  gap: 10px;
}

.need {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  min-height: 54px;
  padding: 0 16px;
  text-align: left;
}

.need.active {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.recommendation ul,
.plan ul {
  color: var(--muted);
  line-height: 1.9;
  margin: 18px 0 0;
  padding-left: 20px;
}

.process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plan {
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

.plan strong {
  color: var(--navy);
  font-size: 18px;
  margin-top: auto;
}

.plan .btn {
  margin-top: 24px;
}

.plan.featured {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
  transform: translateY(-14px);
}

.plan.featured p,
.plan.featured ul {
  color: #bfd0db;
}

.plan.featured strong {
  color: white;
}

.contact-section {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: white;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
}

.contact-page {
  min-height: calc(100vh - 75px);
}

.contact-section p {
  color: #bfd0db;
}

.contact-copy {
  max-width: 650px;
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-lines a,
.contact-lines span {
  color: #a8f0ff;
  font-weight: 800;
}

.company-details {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0 0;
}

.company-details div,
.company-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 14px;
}

.company-details dt {
  color: #a8f0ff;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 5px;
}

.company-details dd {
  color: white;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  overflow-wrap: anywhere;
}

.company-card {
  margin-top: 18px;
}

.company-card h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.company-card p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.contact-form {
  background: white;
  border-radius: var(--radius);
  color: var(--ink);
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
}

.contact-form-modern {
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
  gap: 18px;
  overflow: hidden;
  position: relative;
}

.contact-form-modern::before {
  background: linear-gradient(90deg, var(--cyan), var(--green));
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}

.form-heading {
  border-bottom: 1px solid var(--line);
  margin: -4px 0 2px;
  padding-bottom: 18px;
}

.form-heading span {
  color: var(--green);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.form-heading h2 {
  font-size: clamp(26px, 3vw, 36px);
  margin-bottom: 8px;
}

.form-heading p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

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

.full-field {
  grid-column: 1 / -1;
}

.spam-field {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

label {
  color: #2c3a4d;
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
}

input,
select,
textarea {
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(19, 183, 216, 0.12);
  outline: none;
}

textarea {
  resize: vertical;
}

.form-status {
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  min-height: 22px;
}

.cf7-quote-form {
  background: white;
  border-radius: var(--radius);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
  color: var(--ink);
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  position: relative;
}

.cf7-quote-form::before {
  background: linear-gradient(90deg, var(--cyan), var(--green));
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}

.cf7-quote-form form {
  display: grid;
  gap: 16px;
}

.cf7-quote-form p {
  color: #2c3a4d;
  font-size: 13px;
  font-weight: 900;
  margin: 0;
}

.cf7-quote-form .wpcf7-submit {
  background: var(--navy);
  border: 0;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  min-height: 48px;
  padding: 0 20px;
}

.cf7-quote-form .wpcf7-response-output {
  border-radius: 6px;
  font-weight: 800;
  margin: 0;
  padding: 12px 14px;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.product-slider-section {
  background: #fbfdff;
  padding-top: clamp(54px, 7vw, 86px);
}

.product-slider {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(7, 24, 38, 0.1);
  overflow: hidden;
}

.slider-viewport {
  min-height: 430px;
  position: relative;
}

.slider-slide {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1.14fr);
  inset: 0;
  opacity: 0;
  padding: clamp(28px, 5vw, 54px);
  pointer-events: none;
  position: absolute;
  transform: translateX(18px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.slider-slide.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transform: translateX(0);
}

.slider-copy {
  max-width: 560px;
}

.slider-copy span {
  color: var(--green);
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.slider-copy h3 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  margin-bottom: 16px;
}

.slider-copy p {
  margin-bottom: 26px;
}

.slider-slide img,
.slider-visual {
  aspect-ratio: 16 / 10;
  background: white;
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(7, 24, 38, 0.12);
  object-fit: contain;
  max-height: 330px;
  padding: clamp(28px, 4vw, 54px);
  width: 100%;
}

.slider-visual {
  align-items: center;
  color: white;
  display: flex;
  font-size: clamp(64px, 10vw, 128px);
  font-weight: 900;
  justify-content: center;
}

.slider-visual-ai {
  background:
    radial-gradient(circle at 30% 25%, rgba(19, 183, 216, 0.75), transparent 34%),
    linear-gradient(135deg, #071826, #183b5b);
}

.slider-visual-contract {
  background:
    radial-gradient(circle at 70% 30%, rgba(25, 182, 129, 0.65), transparent 32%),
    linear-gradient(135deg, #071826, #0b2638);
}

.slider-visual-software {
  background: linear-gradient(135deg, #071826, #153a57);
  font-size: clamp(42px, 7vw, 86px);
  letter-spacing: 0;
  min-height: 260px;
}

.slider-controls {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 16px;
}

.slider-brand-strip {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 16px;
}

.slider-brand-strip a {
  align-items: center;
  background: #f7fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 118px;
  padding: 12px;
  text-align: center;
}

.slider-brand-strip img {
  background: white;
  border-radius: 6px;
  height: 64px;
  object-fit: contain;
  padding: 8px;
  width: 100%;
}

.slider-brand-strip span {
  font-size: 13px;
  font-weight: 800;
}

.slider-arrow {
  align-items: center;
  background: var(--navy);
  border: 0;
  border-radius: 999px;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.slider-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.slider-dot {
  background: #d8e5ec;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 10px;
  padding: 0;
  width: 10px;
}

.slider-dot.active {
  background: var(--cyan);
  width: 28px;
}

.intro-photo {
  margin: 0 0 24px;
}

.intro-photo img {
  aspect-ratio: 21 / 8;
  border-radius: var(--radius);
  box-shadow: 0 22px 58px rgba(7, 24, 38, 0.14);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.solution-showcase {
  background:
    linear-gradient(135deg, rgba(19, 183, 216, 0.1), rgba(25, 182, 129, 0.08)),
    #fbfdff;
}

.combo-banner {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 22px 62px rgba(7, 24, 38, 0.11);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  margin-bottom: 34px;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
}

.combo-banner img {
  background: white;
  border-radius: var(--radius);
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.combo-copy {
  min-width: 0;
}

.combo-copy h2,
.combo-copy h3 {
  margin-bottom: 14px;
}

.combo-copy p {
  margin-bottom: 20px;
}

.combo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}

.combo-tags span {
  background: #eef5f8;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
}

.solution-feature-grid,
.solution-detail-grid,
.assurance-grid,
.service-proof-grid,
.support-topic-grid {
  display: grid;
  gap: 18px;
}

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

.solution-feature-grid article {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 20px;
  grid-template-columns: 112px 1fr;
  padding: 18px;
}

.solution-feature-grid article.text-only-feature {
  grid-template-columns: 1fr;
}

.solution-feature-grid img {
  aspect-ratio: 1 / 1;
  background: white;
  border-radius: var(--radius);
  object-fit: contain;
  padding: 18px;
  width: 100%;
}

.solution-detail-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solution-detail-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.solution-detail-grid img {
  aspect-ratio: 16 / 10;
  background: white;
  border-radius: var(--radius);
  margin-bottom: 20px;
  object-fit: contain;
  padding: 16px;
}

.solution-detail-grid span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: auto;
}

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.keyword-cloud span {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  padding: 9px 13px;
}

.keyword-cloud.compact {
  justify-content: flex-start;
  margin-top: 24px;
}

.assurance-section {
  align-items: center;
  background: var(--navy);
  color: white;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
}

.assurance-section p {
  color: #bfd0db;
}

.assurance-copy {
  max-width: 650px;
}

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

.assurance-grid article,
.service-proof-grid article,
.support-topic-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 10px;
  padding: 22px;
}

.assurance-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.assurance-grid strong,
.service-proof-grid strong,
.support-topic-grid strong {
  color: var(--cyan);
  font-size: 14px;
  font-weight: 900;
}

.assurance-grid span {
  color: #d8e5ec;
  font-size: 14px;
  line-height: 1.55;
}

.service-proof {
  align-items: center;
  background: white;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  padding-bottom: 54px;
}

.service-proof-copy {
  max-width: 650px;
}

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

.service-proof-grid article,
.support-topic-grid article {
  background: var(--soft);
}

.service-proof-grid span,
.support-topic-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.support-seo-section,
.contract-proof,
.solution-detail-section {
  background: #fbfdff;
}

.support-topic-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-band {
  background: var(--soft);
}

.conversion-strip {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(7, 24, 38, 0.96), rgba(11, 38, 56, 0.96)),
    var(--navy);
  color: white;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.conversion-strip h2 {
  font-size: clamp(28px, 3.2vw, 40px);
}

.conversion-strip p {
  color: #bfd0db;
  margin: 0;
  max-width: 720px;
}

.legal-section {
  display: grid;
  gap: 18px;
}

.software-hero {
  align-items: center;
  background: var(--soft);
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 72px);
}

.software-hero-copy {
  max-width: 720px;
  min-width: 0;
}

.software-hero-copy span {
  color: var(--green);
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.software-hero img {
  aspect-ratio: 16 / 10;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: contain;
  padding: 28px;
  width: 100%;
}

.software-overview {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
}

.software-overview > *,
.software-screenshot > * {
  min-width: 0;
}

.software-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.software-panel h2 {
  font-size: 30px;
}

.software-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.software-list li {
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.6;
  padding-top: 14px;
}

.software-kpis {
  display: grid;
  gap: 14px;
}

.software-kpis article {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.software-kpis strong {
  color: var(--navy);
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.nakivo-protection-section {
  background: white;
}

.nakivo-dashboard-frame img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.nakivo-gallery img {
  background: white;
  object-fit: contain;
  padding: 18px;
}

.software-visual-section {
  background: #fbfdff;
}

.software-screenshot {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.screenshot-frame {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 20px 56px rgba(7, 24, 38, 0.1);
  overflow: hidden;
}

.screenshot-frame img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.software-feature-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.software-feature-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.software-feature-grid strong {
  color: var(--navy);
  display: block;
  font-size: 17px;
  margin-bottom: 8px;
}

.software-feature-grid p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.security-report {
  background: var(--navy);
  color: white;
}

.security-report p {
  color: #bfd0db;
}

.security-report-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.security-report-grid article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 24px;
}

.security-report-grid strong {
  color: #a8f0ff;
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}

.legal-section article {
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}

.legal-section article:last-child {
  border-bottom: 0;
}

.legal-section .company-identity {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.legal-section h2 {
  font-size: 24px;
  line-height: 1.2;
}

.legal-section a {
  color: var(--cyan);
  font-weight: 800;
}

.site-footer {
  align-items: center;
  background: #06121d;
  color: #bfd0db;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 24px clamp(20px, 5vw, 72px);
}

.site-footer p {
  color: inherit;
  font-size: 14px;
  margin: 0;
}

.site-footer a {
  color: white;
  font-size: 14px;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.whatsapp-float {
  align-items: center;
  background: #19b681;
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 18px 45px rgba(7, 24, 38, 0.26);
  color: white;
  display: inline-flex;
  gap: 9px;
  min-height: 52px;
  padding: 8px 18px 8px 9px;
  position: fixed;
  right: 22px;
  z-index: 30;
}

.whatsapp-float span {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.whatsapp-float strong {
  font-size: 14px;
}

.chat-widget {
  bottom: 88px;
  position: fixed;
  right: 22px;
  z-index: 31;
}

.chat-toggle {
  background: var(--navy);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(7, 24, 38, 0.24);
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  min-height: 50px;
  padding: 0 20px;
}

.chat-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  bottom: 62px;
  box-shadow: 0 24px 70px rgba(7, 24, 38, 0.24);
  color: var(--ink);
  position: absolute;
  right: 0;
  width: min(360px, calc(100vw - 32px));
}

.chat-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}

.chat-header button {
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.chat-messages {
  display: grid;
  gap: 10px;
  max-height: 250px;
  overflow: auto;
  padding: 16px;
}

.chat-message {
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  padding: 10px 12px;
}

.chat-message.bot {
  background: var(--soft);
  color: var(--ink);
}

.chat-message.user {
  background: #eaf8fb;
  color: var(--navy);
  justify-self: end;
  max-width: 88%;
}

.chat-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 14px;
}

.chat-quick-actions button {
  background: #eef5f8;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  min-height: 34px;
  padding: 0 10px;
}

.chat-form {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding: 12px;
}

.chat-form input {
  min-height: 42px;
}

.chat-form button {
  background: var(--cyan);
  border: 0;
  border-radius: 6px;
  color: #031119;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  padding: 0 12px;
}

.site-search {
  background: rgba(7, 24, 38, 0.56);
  inset: 0;
  padding: clamp(18px, 5vw, 72px);
  position: fixed;
  z-index: 60;
}

.site-search-dialog {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(7, 24, 38, 0.26);
  margin: 0 auto;
  max-width: 760px;
  padding: clamp(20px, 4vw, 32px);
}

.site-search-header {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.site-search-header h2 {
  font-size: 28px;
  margin: 0;
}

.site-search-header button {
  background: var(--navy);
  border: 0;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 40px;
  padding: 0 14px;
}

.site-search input {
  margin-bottom: 18px;
}

.site-search-results {
  display: grid;
  gap: 10px;
  max-height: min(56vh, 520px);
  overflow: auto;
}

.search-result {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 4px;
  padding: 14px;
}

.search-result strong {
  color: var(--navy);
  font-size: 16px;
}

.search-result span,
.search-empty {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

@keyframes ping {
  from {
    opacity: 0.8;
    transform: scale(0.6);
  }
  to {
    opacity: 0;
    transform: scale(1.7);
  }
}

@media (max-width: 940px) {
  .nav-toggle {
    display: inline-block;
  }

  .main-nav {
    background: white;
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 75px;
  }

  .main-nav.open {
    display: flex;
  }

  .hero,
  .support-layout,
  .contact-section,
  .company-intro,
  .solution-logo-strip,
  .solution-builder,
  .combo-banner,
  .slider-slide,
  .software-hero,
  .software-overview,
  .software-screenshot,
  .assurance-section,
  .service-proof {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .quick-grid,
  .product-grid,
  .plans,
  .process,
  .solution-logo-grid,
  .solution-feature-grid,
  .solution-detail-grid,
  .assurance-grid,
  .service-proof-grid,
  .support-topic-grid,
  .software-feature-grid,
  .security-report-grid {
    grid-template-columns: 1fr 1fr;
  }

  .plan.featured {
    transform: none;
  }

  .slider-viewport {
    min-height: 0;
  }

  .slider-slide {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  html,
  body,
  main {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
  }

  .site-header {
    padding: 14px 18px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .hero {
    padding-top: 42px;
  }

  .section,
  .page-hero,
  .software-hero {
    max-width: 100vw;
    overflow-x: hidden;
    width: 100%;
  }

  .section-heading,
  .page-hero > div,
  .solution-builder,
  .needs,
  .recommendation,
  .combo-banner,
  .combo-copy {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .need,
  .recommendation,
  .combo-banner,
  .solution-detail-grid article,
  .solution-feature-grid article {
    width: 100%;
  }

  .hero-copy {
    max-width: 342px;
  }

  h1 {
    font-size: 31px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  h2,
  h3,
  p {
    overflow-wrap: anywhere;
  }

  .hero p {
    font-size: 16px;
  }

  .software-hero,
  .software-overview,
  .software-screenshot {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .software-hero-copy,
  .software-panel,
  .software-kpis article,
  .software-feature-grid article {
    max-width: 100%;
  }

  .software-hero-copy p,
  .software-panel p,
  .software-kpis p,
  .software-feature-grid p,
  .software-list li {
    overflow-wrap: anywhere;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .action-row {
    align-items: stretch;
    flex-direction: column;
  }

  .learn-link {
    justify-content: center;
    width: 100%;
  }

  .product-slider-section {
    padding-top: 48px;
  }

  .product-slider-section h2 {
    font-size: 24px;
    line-height: 1.12;
    overflow-wrap: normal;
  }

  .slider-slide {
    gap: 24px;
    padding: 22px;
  }

  .slider-copy h3 {
    font-size: 28px;
  }

  .slider-controls {
    gap: 10px;
  }

  .slider-brand-strip {
    grid-template-columns: 1fr;
  }

  .slider-arrow {
    height: 38px;
    width: 38px;
  }

  .hero-proof,
  .quick-grid,
  .product-grid,
  .plans,
  .process,
  .solution-feature-grid,
  .solution-detail-grid,
  .assurance-grid,
  .service-proof-grid,
  .support-topic-grid,
  .software-feature-grid,
  .security-report-grid {
    grid-template-columns: 1fr;
  }

  .solution-feature-grid article {
    grid-template-columns: 1fr;
  }

  .split-heading {
    align-items: start;
    flex-direction: column;
  }

  .hero-media,
  .hero-media img {
    min-height: 320px;
  }

  .status-panel {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .company-details {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .whatsapp-float {
    bottom: 14px;
    justify-content: center;
    left: 14px;
    min-height: 48px;
    padding: 8px;
    right: auto;
    width: 52px;
  }

  .whatsapp-float strong {
    display: none;
  }

  .chat-widget {
    bottom: 76px;
    left: 14px;
    right: auto;
  }

  .chat-toggle {
    min-height: 48px;
    padding: 0 16px;
  }

  .chat-panel {
    left: 0;
    right: auto;
  }

  .conversion-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .combo-banner {
    padding: 16px;
  }
}

/* Final blue/white theme overrides */
.btn {
  border-radius: 8px;
}

.btn-primary,
.card-action {
  background: linear-gradient(135deg, #0877e8, #064b92);
  box-shadow: 0 16px 34px rgba(8, 119, 232, 0.24);
  color: white;
}

.btn-secondary,
.text-link {
  color: var(--navy);
}

.hero,
.page-hero,
.software-hero,
.product-slider-section,
.solution-showcase,
.intro-band {
  background:
    radial-gradient(circle at 8% 0%, rgba(8, 119, 232, 0.1), transparent 34%),
    linear-gradient(180deg, #ffffff, #f2f8ff);
}

.dark-section,
.contact-section,
.dark-page-hero {
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #064b92, #033565);
}

.product-slider,
.product-card,
.quick-grid article,
.solution-feature-grid article,
.contact-form,
.company-card {
  border-color: rgba(8, 119, 232, 0.18);
  box-shadow: 0 18px 48px rgba(6, 75, 146, 0.09);
}

.contact-product-section {
  background: linear-gradient(180deg, #f2f8ff, #ffffff);
  padding-bottom: 32px;
}

.contact-product-slider .slider-viewport {
  min-height: 360px;
}

.contact-product-slider .slider-slide {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
}

.contact-product-slider .slider-slide img {
  max-height: 260px;
}

/* Homepage certified solutions */
.solution-logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solution-logo-card {
  min-height: 190px;
}

.solution-logo-card.brand-kaspersky::before {
  background: linear-gradient(90deg, #0877e8, #10a8db);
}

.solution-logo-copy h2 {
  color: var(--navy);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.06;
  margin-bottom: 14px;
  max-width: 920px;
}

.solution-logo-copy p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 960px;
}

.solution-feature-grid h3 {
  color: var(--navy);
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.solution-feature-grid img {
  border: 1px solid var(--line);
  height: 112px;
}

@media (max-width: 980px) {
  .solution-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .solution-logo-grid {
    grid-template-columns: 1fr;
  }

  .solution-logo-card {
    min-height: 150px;
  }

  .solution-logo-copy h2 {
    font-size: 28px;
  }

  .solution-logo-copy p {
    font-size: 15px;
  }

  .solution-feature-grid img {
    height: 132px;
    max-width: 220px;
  }
}
