.hevkad-products-page {
  --hk-blue: #7b9cc5;
  --hk-dark: #374957;
  --hk-text: #303030;
  --hk-muted: #666;
  --hk-white: #fff;
  --hk-page: #fff;
  --hk-line: rgba(123, 156, 197, 0.28);
  --hk-line-strong: rgba(123, 156, 197, 0.48);
  --hk-soft: rgba(123, 156, 197, 0.07);
  --hk-soft-strong: rgba(123, 156, 197, 0.12);
  --hk-shadow: 0 18px 46px rgba(0, 0, 0, 0.07);
  --hk-shadow-soft: 0 12px 28px rgba(0, 0, 0, 0.05);
  --hk-radius-xl: 30px;
  --hk-radius-lg: 24px;
  --hk-radius-md: 18px;
  --hevkad-layout-max: 1425px;
  --hevkad-layout-pad: 15px;

  position: relative;
  overflow: hidden;
  padding: 32px var(--hevkad-layout-pad) 78px;
  background: #fff;
  color: var(--hk-text);
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (min-width: 1181px) {
  .hevkad-products-page {
    --hevkad-layout-pad: 32px;
  }
}

.hevkad-products-page *,
.hevkad-products-page *::before,
.hevkad-products-page *::after {
  box-sizing: border-box;
}

.hevkad-products-page img,
.hevkad-products-page svg {
  display: block;
}

.hevkad-products-page a {
  color: inherit;
  text-decoration: none;
}

.hevkad-products-page p,
.hevkad-products-page h1,
.hevkad-products-page h2,
.hevkad-products-page h3 {
  margin-top: 0;
}

.hevkad-products-container {
  width: min(var(--hevkad-layout-max), 100%);
  margin: 0 auto;
}

.hevkad-products-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--hk-muted);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.hevkad-products-breadcrumbs a {
  color: var(--hk-dark);
  transition: color 0.2s ease;
}

.hevkad-products-breadcrumbs a:hover {
  color: var(--hk-blue);
}

.hevkad-products-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hk-line);
  border-radius: var(--hk-radius-xl);
  background: #fff;
  box-shadow: var(--hk-shadow);
  padding: clamp(28px, 4vw, 58px);
}

.hevkad-products-hero::before {
  content: "";
  position: absolute;
  right: -125px;
  bottom: -145px;
  width: 360px;
  height: 360px;
  border: 54px solid rgba(123, 156, 197, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.hevkad-products-hero::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 36px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(123, 156, 197, 0.08);
  pointer-events: none;
}

.hevkad-products-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.62fr);
  gap: 30px;
  align-items: stretch;
}

.hevkad-products-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid var(--hk-line);
  border-radius: 999px;
  background: #fff;
  color: var(--hk-dark);
  box-shadow: var(--hk-shadow-soft);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.hevkad-products-eyebrow svg,
.hevkad-products-btn svg,
.hevkad-products-badge svg,
.hevkad-products-mini svg,
.hevkad-products-check svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--hk-blue);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hevkad-products-page h1 {
  max-width: 900px;
  margin: 22px 0 18px;
  color: var(--hk-text);
  font-size: clamp(34px, 3.3vw, 45px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.hevkad-products-hero__lead {
  max-width: 790px;
  margin: 0 0 30px;
  color: var(--hk-muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.7;
  font-weight: 500;
}

.hevkad-products-hero__actions,
.hevkad-products-hero__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hevkad-products-hero__actions {
  margin-bottom: 28px;
}

.hevkad-products-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 22px;
  border-radius: 999px;
  border: 1px solid var(--hk-line-strong);
  background: #fff;
  color: var(--hk-dark);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hevkad-products-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.hevkad-products-btn--primary {
  background: var(--hk-blue);
  color: #fff !important;
  border-color: var(--hk-blue);
  box-shadow: 0 14px 28px rgba(123, 156, 197, 0.3);
}

.hevkad-products-btn--primary svg {
  stroke: #fff;
}

.hevkad-products-btn--secondary,
.hevkad-products-btn--outline {
  background: #fff;
  color: var(--hk-dark);
  border-color: var(--hk-line-strong);
  box-shadow: none;
}

.hevkad-products-btn--secondary:hover,
.hevkad-products-btn--outline:hover {
  background: rgba(123, 156, 197, 0.08);
  color: var(--hk-dark);
  border-color: var(--hk-blue);
}

.hevkad-products-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid var(--hk-line);
  background: #fff;
  color: var(--hk-dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  box-shadow: var(--hk-shadow-soft);
}

.hevkad-products-badge svg {
  width: 18px;
  height: 18px;
}

.hevkad-products-hero-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.hevkad-products-info-tile {
  border: 1px solid var(--hk-line);
  border-radius: 22px;
  background: rgba(123, 156, 197, 0.07);
  padding: 20px;
}

.hevkad-products-info-tile span {
  display: block;
  margin: 0 0 8px;
  color: var(--hk-blue);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hevkad-products-info-tile p {
  margin: 0 0 8px;
  color: var(--hk-text);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.hevkad-products-info-tile small,
.hevkad-products-info-tile li {
  color: var(--hk-muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.hevkad-products-info-tile ul {
  margin: 0;
  padding-left: 18px;
}

.hevkad-products-section {
  margin-top: 46px;
}

.hevkad-products-section__head {
  max-width: 850px;
  margin: 0 0 22px;
}

.hevkad-products-section__label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid var(--hk-line);
  border-radius: 999px;
  background: #fff;
  color: var(--hk-blue);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hevkad-products-section h2 {
  margin: 0 0 12px;
  color: var(--hk-text);
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.hevkad-products-section__text {
  margin: 0;
  color: var(--hk-muted);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.hevkad-products-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hevkad-products-category {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--hk-line);
  border-radius: var(--hk-radius-lg);
  background: #fff;
  box-shadow: var(--hk-shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hevkad-products-category:hover {
  transform: translateY(-4px);
  border-color: var(--hk-blue);
  box-shadow: var(--hk-shadow);
}

.hevkad-products-category__visual {
  min-height: 165px;
  background: rgba(123, 156, 197, 0.08);
  border-bottom: 1px solid var(--hk-line);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
}

.hevkad-products-category__visual img {
  width: 100%;
  max-height: 140px;
  object-fit: contain;
}

.hevkad-products-category__visual svg {
  width: 86px;
  height: 86px;
  fill: none;
  stroke: var(--hk-blue);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hevkad-products-category__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
  background: #fff;
}

.hevkad-products-category__tag {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 6px 11px;
  border: 1px solid var(--hk-line);
  border-radius: 999px;
  background: rgba(123, 156, 197, 0.07);
  color: var(--hk-blue);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hevkad-products-category h3 {
  margin: 0 0 10px;
  color: var(--hk-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
}

.hevkad-products-category p {
  margin: 0 0 18px;
  color: var(--hk-muted);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.hevkad-products-category__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--hk-dark);
  border: 1px solid var(--hk-line-strong);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hevkad-products-category__link:hover {
  background: var(--hk-blue);
  color: #fff;
  border-color: var(--hk-blue);
}

.hevkad-products-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

.hevkad-products-card,
.hevkad-products-seo-card,
.hevkad-products-note {
  border: 1px solid var(--hk-line);
  border-radius: var(--hk-radius-lg);
  background: #fff;
  box-shadow: var(--hk-shadow-soft);
  padding: clamp(22px, 3vw, 34px);
}

.hevkad-products-card h2,
.hevkad-products-card h3,
.hevkad-products-step h3,
.hevkad-products-note h3,
.hevkad-products-seo-card h2 {
  color: var(--hk-text);
  font-weight: 600;
}

.hevkad-products-card h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.25;
}

.hevkad-products-card h3,
.hevkad-products-note h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.3;
}

.hevkad-products-card p,
.hevkad-products-note p {
  margin: 0;
  color: var(--hk-muted);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

.hevkad-products-check-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hevkad-products-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--hk-text);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}

.hevkad-products-check svg {
  width: 19px;
  height: 19px;
  margin-top: 2px;
  stroke-width: 2;
}

.hevkad-products-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hevkad-products-step {
  position: relative;
  min-height: 170px;
  border: 1px solid var(--hk-line);
  border-radius: var(--hk-radius-lg);
  background: #fff;
  padding: 26px 20px 22px;
  box-shadow: var(--hk-shadow-soft);
}

.hevkad-products-step h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.3;
}

.hevkad-products-step p {
  margin: 0;
  color: var(--hk-muted);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.hevkad-products-seo-card h2 {
  margin: 0 0 16px;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.25;
}

.hevkad-products-seo-text {
  display: grid;
  gap: 16px;
  color: var(--hk-muted);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

.hevkad-products-seo-text p {
  margin: 0;
}

.hevkad-products-note {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: center;
}

.hevkad-products-note__symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(123, 156, 197, 0.12);
  color: var(--hk-blue);
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
}

.hevkad-products-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hevkad-products-link-card {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--hk-line);
  border-radius: var(--hk-radius-md);
  background: #fff;
  padding: 18px;
  box-shadow: var(--hk-shadow-soft);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.hevkad-products-link-card:hover {
  transform: translateY(-3px);
  border-color: var(--hk-blue);
  background: rgba(123, 156, 197, 0.07);
}

.hevkad-products-link-card__title {
  color: var(--hk-text);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.hevkad-products-link-card__desc {
  color: var(--hk-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.hevkad-products-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hevkad-products-faq details {
  border: 1px solid var(--hk-line);
  border-radius: var(--hk-radius-md);
  background: #fff;
  padding: 0;
  box-shadow: var(--hk-shadow-soft);
  overflow: hidden;
}

.hevkad-products-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  color: var(--hk-text);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.hevkad-products-faq summary::-webkit-details-marker {
  display: none;
}

.hevkad-products-faq summary::after {
  content: "+";
  float: right;
  color: var(--hk-blue);
  font-weight: 600;
}

.hevkad-products-faq details[open] summary {
  border-bottom: 1px solid var(--hk-line);
  background: rgba(123, 156, 197, 0.07);
}

.hevkad-products-faq details[open] summary::after {
  content: "−";
}

.hevkad-products-faq p {
  margin: 0;
  padding: 16px 20px 20px;
  color: var(--hk-muted);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.hevkad-products-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  border: 1px solid var(--hk-line);
  border-radius: var(--hk-radius-xl);
  background: #fff;
  box-shadow: var(--hk-shadow);
  padding: clamp(24px, 3vw, 36px);
}

.hevkad-products-cta h2 {
  margin: 0 0 8px;
  color: var(--hk-text);
  font-size: clamp(26px, 2.7vw, 36px);
  line-height: 1.22;
  font-weight: 600;
}

.hevkad-products-cta p {
  margin: 0;
  color: var(--hk-muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

.hevkad-products-cta .hevkad-products-btn--primary {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .hevkad-products-hero__grid,
  .hevkad-products-two-col {
    grid-template-columns: 1fr;
  }

  .hevkad-products-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hevkad-products-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hevkad-products-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hevkad-products-page {
    padding: 18px 15px 56px;
  }

  .hevkad-products-hero {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .hevkad-products-hero::before,
  .hevkad-products-hero::after {
    display: none;
  }

  .hevkad-products-page h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .hevkad-products-btn {
    width: 100%;
    min-height: 52px;
  }

  .hevkad-products-badge {
    width: 100%;
    justify-content: center;
  }

  .hevkad-products-categories,
  .hevkad-products-steps,
  .hevkad-products-links,
  .hevkad-products-faq {
    grid-template-columns: 1fr;
  }

  .hevkad-products-note {
    grid-template-columns: 1fr;
  }

  .hevkad-products-cta {
    grid-template-columns: 1fr;
  }

  .hevkad-products-cta .hevkad-products-btn {
    width: 100%;
  }
}
