/*
Theme Name: Agent K Astra Child
Template: astra
Version: 0.2.11
Text Domain: agentk-astra-child
*/

:root {
  --q-graphite-950: #07192d;
  --q-graphite-800: #173047;
  --q-graphite-650: #29445c;
  --q-surface: #ffffff;
  --q-surface-soft: #f5f7fa;
  --q-border: #e5eaf0;
  --q-text: #111827;
  --q-muted: #667085;
  --q-yellow: #fbbf24;
  --q-yellow-hover: #f59e0b;
  --q-success: #22c55e;
  --q-radius-sm: 10px;
  --q-radius: 18px;
  --q-radius-lg: 28px;
  --q-shadow: 0 20px 60px rgba(7, 25, 45, 0.09);
  --q-container: 1320px;
}

.ak-section .ak-contact-form__consent a,
.ak-check a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--q-accent);
  text-underline-offset: 3px;
}

.ak-prose {
  max-width: 860px;
  margin-inline: auto;
  color: var(--q-graphite-650);
  font-size: 17px;
  line-height: 1.75;
}

.ak-prose h2 {
  margin: 42px 0 12px;
  color: var(--q-graphite-950);
  font-size: clamp(26px, 3vw, 36px);
}

.ak-prose p {
  margin: 0 0 18px;
}

/* The custom Qaqpa footer below replaces Astra's default attribution row. */
.site-below-footer-wrap {
  display: none;
}

/* Production media mapped by content/media/manifest.json. */
.ak-home-hero__media,
.ak-page-hero__media,
.ak-material-feature figure {
  margin: 0;
}

.ak-home-hero__media,
.ak-page-hero__media {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: var(--q-graphite-950);
  box-shadow: 0 30px 70px rgba(7, 25, 45, 0.2);
}

.ak-home-hero__image,
.ak-page-hero__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ak-home-hero__media figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 25, 45, 0.76);
  font-size: 11px;
  font-weight: 700;
}

.ak-page-hero__inner--media {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.ak-page-hero__inner--media h1 {
  font-size: clamp(42px, 5vw, 72px);
}

.ak-card__media,
.ak-product-tile__media,
.ak-additional-card__media {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: var(--q-surface-soft);
}

.ak-card__media {
  height: 170px;
  margin-bottom: 18px;
}

.ak-product-tile__media {
  height: 210px;
  margin-bottom: 20px;
}

.ak-additional-card__media {
  height: 180px;
  margin: -8px -8px 20px;
}

.ak-card__image,
.ak-product-tile__media img,
.ak-additional-card__media img,
.ak-engineering-media__image,
.ak-material-feature__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ak-card:hover .ak-card__image,
.ak-product-tile:hover .ak-product-tile__media img,
.ak-additional-card:hover .ak-additional-card__media img {
  transform: scale(1.035);
}

.ak-engineering-media__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ak-engineering-media__grid article {
  overflow: hidden;
  border: 1px solid var(--q-border);
  border-radius: 18px;
  background: #fff;
}

.ak-engineering-media__image {
  aspect-ratio: 1;
}

.ak-engineering-media__grid h3 {
  margin: 0;
  padding: 18px;
}

.ak-material-feature {
  background: var(--q-surface-soft);
}

.ak-material-feature__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.ak-material-feature figure {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--q-shadow);
}

.ak-material-feature__image {
  aspect-ratio: 4 / 3;
}

@media (max-width: 900px) {
  .ak-page-hero__inner--media,
  .ak-material-feature__grid {
    grid-template-columns: 1fr;
  }

  .ak-engineering-media__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ak-card__media,
  .ak-product-tile__media,
  .ak-additional-card__media {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .ak-engineering-media__grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .ak-engineering-media__grid h3 {
    padding: 12px;
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
}

body.agentk-site {
  color: var(--q-text);
  background: var(--q-surface);
  font-family: Inter, Manrope, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.agentk-site .site-content {
  background: var(--q-surface);
}

.agentk-site .ast-container,
.agentk-site .site-primary-header-wrap {
  max-width: var(--q-container);
  padding-inline: clamp(18px, 3vw, 32px);
}

.agentk-site .entry-content {
  margin: 0;
}

.agentk-site .entry-content > * {
  max-width: none;
}

.agentk-site .ast-primary-header-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(229, 234, 240, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.agentk-site .site-title a {
  color: var(--q-graphite-950);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.agentk-site .main-header-menu > .menu-item > .menu-link {
  color: var(--q-graphite-800);
  font-weight: 650;
}

.agentk-site .main-header-menu > .menu-item:last-child > .menu-link {
  min-height: 44px;
  margin-left: 10px;
  padding-inline: 20px;
  border-radius: var(--q-radius-sm);
  background: var(--q-yellow);
  color: var(--q-graphite-950);
  font-weight: 800;
}

.agentk-site .main-header-menu > .menu-item:last-child > .menu-link:hover {
  background: var(--q-yellow-hover);
}

.ak-page-shell {
  overflow: clip;
}

.ak-container {
  width: min(var(--q-container), calc(100% - 48px));
  margin-inline: auto;
}

.ak-section {
  padding-block: clamp(64px, 8vw, 112px);
}

.ak-section--soft {
  background: var(--q-surface-soft);
}

.ak-section--dark {
  color: #fff;
  background: var(--q-graphite-950);
}

.ak-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--q-graphite-650);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ak-eyebrow::before {
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--q-yellow);
  content: "";
}

.ak-section--dark .ak-eyebrow {
  color: #d3dce5;
}

.ak-display,
.ak-title,
.ak-card h3 {
  color: var(--q-graphite-950);
  font-weight: 850;
  letter-spacing: -0.045em;
}

.ak-display {
  max-width: 920px;
  margin: 0;
  font-size: clamp(42px, 6.2vw, 78px);
  line-height: 0.98;
}

.ak-title {
  max-width: 850px;
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
}

.ak-section--dark .ak-display,
.ak-section--dark .ak-title,
.ak-section--dark .ak-card h3 {
  color: #fff;
}

.ak-lead-text {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--q-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.ak-section--dark .ak-lead-text {
  color: #c7d2dd;
}

.ak-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.ak-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--q-radius-sm);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
  background: var(--q-yellow);
  color: var(--q-graphite-950) !important;
}

.ak-button:hover {
  transform: translateY(-2px);
}

.ak-button--primary {
  background: var(--q-yellow);
  color: var(--q-graphite-950) !important;
}

.ak-button--primary:hover {
  background: var(--q-yellow-hover);
}

.ak-button--secondary {
  border-color: var(--q-border);
  background: #fff;
  color: var(--q-graphite-950) !important;
}

.ak-button--ghost {
  border-color: var(--q-border);
  background: #fff;
  color: var(--q-graphite-950) !important;
}

/* Seeded Qaqpa page components. These classes are deliberately presentation-only. */
.ak-hero h1,
.ak-page-hero h1,
.ak-section h2,
.ak-cta h2 {
  color: var(--q-graphite-950);
  font-weight: 850;
  letter-spacing: -0.045em;
}

.ak-hero h1,
.ak-page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: 1;
}

.ak-section h2,
.ak-cta h2 {
  max-width: 850px;
  margin: 0 0 28px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
}

.ak-hero__text,
.ak-section-intro {
  max-width: 760px;
  color: var(--q-muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.6;
}

.ak-note {
  margin-top: 18px;
  color: var(--q-muted);
  font-size: 13px;
}

.ak-concept > span {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--q-graphite-950);
  font-size: 12px;
  font-weight: 800;
}

.ak-concept > strong {
  position: absolute;
  top: 82px;
  left: 28px;
  z-index: 2;
  color: var(--q-graphite-950);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.1;
}

.ak-concept__gate {
  display: none;
}

.ak-trust {
  border-block: 1px solid var(--q-border);
  background: #fff;
}

.ak-trust .ak-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ak-trust span {
  padding: 26px 24px;
  border-right: 1px solid var(--q-border);
  color: var(--q-graphite-800);
  font-size: 16px;
  font-weight: 750;
  text-align: center;
}

.agentk-site .main-header-menu > .ak-header-phone > .menu-link {
  display: grid;
  width: 42px;
  height: 42px;
  min-height: 42px;
  margin-left: 8px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--ak-ink);
  border-radius: 10px;
  color: var(--ak-ink);
  background: #fff;
}

.agentk-site .main-header-menu > .ak-header-phone > .menu-link::after {
  display: none;
}

.agentk-site .main-header-menu > .ak-header-phone > .menu-link:hover {
  border-color: var(--ak-accent);
  background: #fff8df;
}

.ak-trust span:last-child {
  border-right: 0;
}

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

.ak-card-grid .ak-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 26px;
  text-decoration: none;
}

.ak-card__visual {
  display: block;
  height: 112px;
  margin: -6px -6px 24px;
  border-radius: 12px;
  background: repeating-linear-gradient(
    0deg,
    #173047 0 12px,
    #29445c 12px 15px
  );
}

.ak-card-grid .ak-card p {
  flex: 1;
}
.ak-card-grid .ak-card b {
  color: var(--q-graphite-950);
}
.ak-card-grid .ak-card b span {
  color: #b77900;
}

.ak-split,
.ak-contact-grid,
.ak-faq-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 6vw, 90px);
  align-items: center;
}

.ak-section--dark h2 {
  color: #fff;
}
.ak-section--dark p {
  color: #c7d2dd;
}

.ak-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid #29445c;
  border-radius: var(--q-radius);
  background: #29445c;
}

.ak-metric-grid div {
  padding: 28px;
  background: #10283e;
}
.ak-metric-grid b {
  display: block;
  color: var(--q-yellow);
  font-size: 28px;
}
.ak-metric-grid span {
  color: #fff;
}

.ak-steps li {
  min-height: 182px;
  padding: 24px;
  border: 1px solid var(--q-border);
  border-radius: var(--q-radius);
  background: #fff;
  list-style: none;
}

.ak-steps li span {
  display: block;
  margin-bottom: 28px;
  color: #b77900;
  font-weight: 850;
}
.ak-steps li b {
  display: block;
  color: var(--q-graphite-950);
  font-size: 17px;
}

.ak-steps li p {
  margin: 9px 0 0;
  color: var(--q-muted);
  font-size: 13px;
  line-height: 1.5;
}

.ak-faq-wrap {
  align-items: start;
}

.ak-cta {
  padding-block: clamp(56px, 7vw, 90px);
  background: var(--q-yellow);
}

.ak-cta .ak-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.ak-cta h2 {
  margin-bottom: 12px;
}
.ak-cta p {
  margin: 0;
  color: var(--q-graphite-800);
}
.ak-cta .ak-button {
  border-color: var(--q-graphite-950);
  background: var(--q-graphite-950);
  color: #fff !important;
}

.ak-page-hero__inner {
  position: relative;
  z-index: 1;
}

.ak-panel {
  height: 100%;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--q-border);
  border-radius: var(--q-radius);
  background: #fff;
}

.ak-panel--dark {
  color: #fff;
  background: var(--q-graphite-950);
}
.ak-panel--dark h2 {
  color: #fff;
}

.ak-button--whatsapp {
  background: var(--q-success);
  color: #052e16 !important;
}

.ak-hero {
  position: relative;
  padding-block: clamp(64px, 8vw, 112px);
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(251, 191, 36, 0.22),
      transparent 30%
    ),
    linear-gradient(180deg, #fff 0%, #f7f9fb 100%);
}

.ak-hero__grid {
  display: grid;
  align-items: center;
  gap: clamp(40px, 6vw, 88px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.ak-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 34px;
  color: var(--q-graphite-650);
  font-size: 14px;
  font-weight: 700;
}

.ak-hero__proof span::before {
  margin-right: 8px;
  color: #c08400;
  content: "✓";
}

.ak-concept {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid var(--q-border);
  border-radius: var(--q-radius-lg);
  background: linear-gradient(145deg, #e9eef3, #fff);
  box-shadow: var(--q-shadow);
}

.ak-concept::before {
  position: absolute;
  right: 8%;
  bottom: 16%;
  width: 84%;
  height: 46%;
  border: 12px solid var(--q-graphite-950);
  background: repeating-linear-gradient(
    0deg,
    #173047 0 16px,
    #29445c 16px 20px
  );
  box-shadow: 22px 22px 0 rgba(7, 25, 45, 0.12);
  content: "";
  transform: perspective(800px) rotateY(-8deg);
}

.ak-concept::after {
  position: absolute;
  right: 5%;
  bottom: 12%;
  width: 34%;
  height: 4px;
  background: var(--q-yellow);
  content: "";
}

.ak-concept__label {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--q-graphite-950);
  font-size: 12px;
  font-weight: 800;
}

.ak-trust-strip {
  border-block: 1px solid var(--q-border);
  background: #fff;
}

.ak-trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ak-trust-item {
  padding: 28px clamp(16px, 3vw, 36px);
  border-right: 1px solid var(--q-border);
}

.ak-trust-item:last-child {
  border-right: 0;
}

.ak-trust-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--q-graphite-950);
  font-size: 17px;
}

.ak-trust-item span {
  color: var(--q-muted);
  font-size: 14px;
}

.ak-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 42px;
}

.ak-section-head p {
  max-width: 540px;
  margin: 0;
  color: var(--q-muted);
  font-size: 17px;
}

.ak-grid {
  display: grid;
  gap: 20px;
}

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

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

.ak-card {
  position: relative;
  min-height: 100%;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--q-border);
  border-radius: var(--q-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 25, 45, 0.04);
}

.ak-card--link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.ak-card--link:hover {
  transform: translateY(-5px);
  box-shadow: var(--q-shadow);
}

.ak-card__number {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  border-radius: 50%;
  background: var(--q-yellow);
  color: var(--q-graphite-950);
  font-size: 13px;
  font-weight: 900;
}

.ak-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.12;
}

.ak-card p {
  margin: 0;
  color: var(--q-muted);
  line-height: 1.6;
}

.ak-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 26px;
  color: var(--q-graphite-950);
  font-weight: 800;
}

.ak-card__cta::after {
  content: "→";
}

.ak-product-visual {
  height: 190px;
  margin: -12px -12px 24px;
  overflow: hidden;
  border-radius: 13px;
  background:
    linear-gradient(180deg, transparent 60%, rgba(7, 25, 45, 0.15)),
    repeating-linear-gradient(0deg, #173047 0 17px, #29445c 17px 21px);
}

.ak-product-visual--light {
  background: repeating-linear-gradient(
    90deg,
    #dbe3e9 0 14px,
    #f4f6f8 14px 17px
  );
}

.ak-product-visual--canopy {
  background:
    linear-gradient(
      158deg,
      transparent 0 40%,
      rgba(23, 48, 71, 0.85) 41% 47%,
      transparent 48%
    ),
    linear-gradient(180deg, #dbeafe, #f8fafc);
}

.ak-steps {
  display: grid;
  counter-reset: steps;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}

.ak-step {
  position: relative;
  padding: 28px 26px 28px 0;
  border-top: 1px solid #405268;
  counter-increment: steps;
}

.ak-step::before {
  display: block;
  margin-bottom: 50px;
  color: var(--q-yellow);
  font-weight: 900;
  content: "0" counter(steps);
}

.ak-step h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
}

.ak-step p {
  margin: 0;
  color: #aebdca;
  font-size: 15px;
  line-height: 1.55;
}

.ak-list {
  display: grid;
  margin: 24px 0 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.ak-list li {
  position: relative;
  padding-left: 28px;
  color: var(--q-graphite-650);
}

.ak-list li::before {
  position: absolute;
  left: 0;
  color: #b77900;
  font-weight: 900;
  content: "✓";
}

.ak-faq {
  max-width: 900px;
  margin: 40px auto 0;
}

.ak-faq details {
  border-top: 1px solid var(--q-border);
}

.ak-faq details:last-child {
  border-bottom: 1px solid var(--q-border);
}

.ak-faq summary {
  padding: 24px 4px;
  color: var(--q-graphite-950);
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.ak-faq details p {
  max-width: 760px;
  margin: -6px 0 24px;
  color: var(--q-muted);
  line-height: 1.7;
}

.ak-cta-band {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 6vw, 72px);
  border-radius: var(--q-radius-lg);
  background: var(--q-graphite-950);
  color: #fff;
}

.ak-cta-band::after {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(251, 191, 36, 0.16);
  content: "";
}

.ak-cta-band h2 {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.ak-cta-band p,
.ak-cta-band .ak-actions {
  position: relative;
  z-index: 1;
}

.ak-cta-band p {
  max-width: 680px;
  color: #c7d2dd;
  font-size: 18px;
}

.ak-breadcrumbs {
  margin-bottom: 28px;
  color: var(--q-muted);
  font-size: 14px;
}

.ak-breadcrumbs a {
  color: var(--q-graphite-650);
}

.ak-page-hero {
  padding-block: clamp(56px, 7vw, 96px);
  background: linear-gradient(180deg, #fff, var(--q-surface-soft));
}

.ak-page-hero--calculator {
  padding-block: clamp(24px, 3vw, 42px);
}

.ak-page-hero--calculator h1 {
  font-size: clamp(30px, 4vw, 46px);
}

.ak-page-hero--calculator .ak-lead-text {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(15px, 1.5vw, 18px);
}

@media (max-width: 620px) {
  .ak-page-hero--calculator {
    display: none;
  }

  .ak-page-hero--calculator + .ak-section {
    padding-top: 24px;
  }
}

.ak-page-hero .ak-display {
  max-width: 980px;
}

.ak-price-note {
  display: inline-flex;
  margin-top: 24px;
  padding: 10px 14px;
  border: 1px solid #f3d58a;
  border-radius: 999px;
  background: #fffbeb;
  color: #7a5200;
  font-size: 13px;
  font-weight: 800;
}

.ak-mobile-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 80;
  display: none;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--q-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 40px rgba(7, 25, 45, 0.18);
  backdrop-filter: blur(12px);
}

.ak-mobile-cta .ak-button {
  min-height: 46px;
  flex: 1;
  padding: 8px 12px;
  font-size: 14px;
}

.ak-mobile-cta .ak-button--call {
  border-color: var(--q-graphite-950);
  background: #fff;
  color: var(--q-graphite-950);
}

.agentk-site .site-footer {
  background: var(--q-graphite-950);
  color: #c7d2dd;
}

.agentk-site .site-footer a {
  color: #fff;
}

.agentk-site :focus-visible {
  outline: 3px solid var(--q-yellow);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .ak-hero__grid {
    grid-template-columns: 1fr;
  }

  .ak-concept {
    min-height: 420px;
  }

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

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

@media (max-width: 1180px) and (min-width: 922px) {
  .agentk-site .main-header-menu > .menu-item > .menu-link {
    padding-inline: 10px;
    font-size: 14px;
  }
  .agentk-site .main-header-menu > .menu-item:last-child > .menu-link {
    margin-left: 4px;
    padding-inline: 14px;
  }
  .agentk-site .site-title {
    font-size: 21px;
  }
}

@media (max-width: 720px) {
  .agentk-site
    .ast-mobile-header-content
    .main-header-menu
    > .menu-item:last-child
    > .menu-link {
    position: static;
    width: auto;
    height: 52px;
    min-height: 52px;
    margin: 8px 16px 14px;
    padding-inline: 18px;
    border-radius: 10px;
  }

  .ak-container {
    width: min(100% - 32px, var(--q-container));
  }

  .ak-section {
    padding-block: 64px;
  }

  .ak-display {
    font-size: clamp(38px, 12vw, 50px);
  }

  .ak-title {
    font-size: 34px;
  }

  .ak-section-head {
    display: block;
  }

  .ak-section-head p {
    margin-top: 18px;
  }

  .ak-trust-strip__grid,
  .ak-trust .ak-container,
  .ak-card-grid,
  .ak-split,
  .ak-contact-grid,
  .ak-faq-wrap,
  .ak-grid--4,
  .ak-grid--3,
  .ak-steps {
    grid-template-columns: 1fr;
  }

  .ak-trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--q-border);
  }

  .ak-trust-item:last-child {
    border-bottom: 0;
  }

  .ak-concept {
    min-height: 330px;
  }

  .ak-trust span {
    border-right: 0;
    border-bottom: 1px solid var(--q-border);
  }
  .ak-trust span:last-child {
    border-bottom: 0;
  }
  .ak-cta .ak-container {
    display: block;
  }
  .ak-cta .ak-button {
    width: 100%;
    margin-top: 24px;
  }

  .ak-step::before {
    margin-bottom: 22px;
  }

  .ak-actions .ak-button {
    width: 100%;
  }

  .ak-mobile-cta {
    display: flex;
  }

  #ast-scroll-top {
    right: 12px;
    bottom: 92px;
  }

  body.agentk-site {
    padding-bottom: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Qaqpa presentation system v2 — rich layouts without external media. */
.agentk-site .site-footer {
  display: none;
}

.agentk-site .ast-primary-header-bar {
  min-height: 76px;
}

.agentk-site .site-title a::before,
.ak-footer-logo span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-right: 9px;
  place-items: center;
  border-radius: 10px;
  background: var(--q-graphite-950);
  color: var(--q-yellow);
  content: "Q";
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  vertical-align: middle;
}

.ak-home-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(54px, 7vw, 96px) clamp(48px, 6vw, 82px);
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(251, 191, 36, 0.18),
      transparent 24%
    ),
    linear-gradient(145deg, #fff 0%, #f7f9fb 58%, #eef2f5 100%);
}

.ak-home-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 25, 45, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 25, 45, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}

.ak-home-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: center;
}

.ak-badge {
  display: inline-flex;
  margin: 0 0 22px;
  align-items: center;
  gap: 8px;
  color: var(--q-graphite-800);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ak-badge::before {
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: var(--q-yellow);
  content: "";
}

.ak-home-hero h1,
.ak-catalog-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--q-graphite-950);
  font-size: clamp(44px, 5.35vw, 76px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.ak-home-hero__lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--q-muted);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.58;
}

.ak-hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
}

.ak-hero-points li {
  padding-top: 14px;
  border-top: 2px solid var(--q-border);
  list-style: none;
}

.ak-hero-points b,
.ak-hero-points span {
  display: block;
}

.ak-hero-points b {
  margin-bottom: 4px;
  color: var(--q-graphite-950);
  font-size: 13px;
}

.ak-hero-points span {
  color: var(--q-muted);
  font-size: 11px;
  line-height: 1.4;
}

.ak-yard-scene {
  position: relative;
  min-height: 565px;
  overflow: hidden;
  border: 1px solid rgba(7, 25, 45, 0.1);
  border-radius: 28px;
  background: linear-gradient(#dce8f0 0 42%, #d1d5d3 42% 68%, #b6b5ae 68%);
  box-shadow: 0 35px 80px rgba(7, 25, 45, 0.14);
}

.ak-yard-scene__label {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 8;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--q-graphite-950);
  font-size: 11px;
  font-weight: 800;
}

.ak-yard-scene__sun {
  position: absolute;
  top: 45px;
  right: 70px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--q-yellow);
  box-shadow: 0 0 42px rgba(251, 191, 36, 0.75);
}

.ak-yard-scene__house {
  position: absolute;
  top: 130px;
  right: 0;
  width: 68%;
  height: 210px;
  background: #e8e3da;
  box-shadow: -14px 18px 28px rgba(7, 25, 45, 0.12);
}

.ak-yard-scene__house::before {
  position: absolute;
  top: -26px;
  right: 0;
  width: 112%;
  height: 34px;
  background: var(--q-graphite-950);
  content: "";
  transform: skewX(-18deg);
}

.ak-yard-scene__house b {
  position: absolute;
  top: 44px;
  right: 42px;
  width: 43%;
  height: 112px;
  border: 8px solid var(--q-graphite-950);
  background: linear-gradient(135deg, #7d9aaa, #243d4e);
  box-shadow: inset 16px 0 rgba(255, 255, 255, 0.08);
}

.ak-yard-scene__wall {
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 100%;
  height: 125px;
  background: linear-gradient(90deg, #d7d2c8 0 20%, #c6c5bf 20% 100%);
}

.ak-yard-scene__gate {
  position: absolute;
  bottom: 94px;
  left: 10%;
  z-index: 4;
  width: 62%;
  height: 210px;
  border: 10px solid var(--q-graphite-950);
  background: repeating-linear-gradient(
    0deg,
    #173047 0 17px,
    #2b455b 17px 21px
  );
  box-shadow: 18px 20px 22px rgba(7, 25, 45, 0.26);
  transform: perspective(800px) rotateY(-5deg) skewY(-1deg);
}

.ak-yard-scene__gate::after {
  position: absolute;
  top: -10px;
  right: -45px;
  width: 34px;
  height: 240px;
  background: var(--q-graphite-950);
  content: "";
}

.ak-yard-scene__wicket {
  position: absolute;
  right: 5%;
  bottom: 96px;
  z-index: 5;
  width: 18%;
  height: 184px;
  border: 8px solid var(--q-graphite-950);
  background: repeating-linear-gradient(
    0deg,
    #173047 0 15px,
    #2b455b 15px 19px
  );
}

.ak-yard-scene__drive {
  position: absolute;
  right: -6%;
  bottom: -100px;
  width: 86%;
  height: 245px;
  background: linear-gradient(155deg, #d8d5ce, #9d9e9a);
  clip-path: polygon(24% 0, 76% 0, 100% 100%, 0 100%);
}

.ak-yard-scene__plant {
  position: absolute;
  bottom: 66px;
  z-index: 7;
  width: 42px;
  height: 76px;
  background: repeating-linear-gradient(
    80deg,
    #375b45 0 5px,
    transparent 5px 10px
  );
  clip-path: polygon(
    50% 0,
    65% 38%,
    100% 16%,
    76% 58%,
    100% 76%,
    60% 72%,
    50% 100%,
    40% 72%,
    0 78%,
    24% 56%,
    0 20%,
    36% 38%
  );
}

.ak-yard-scene__plant--one {
  left: 4%;
}

.ak-yard-scene__plant--two {
  right: 2%;
  transform: scale(0.8);
}

.ak-yard-scene > strong,
.ak-yard-scene > small {
  position: absolute;
  left: 24px;
  z-index: 9;
  color: #fff;
  text-shadow: 0 2px 10px rgba(7, 25, 45, 0.7);
}

.ak-yard-scene > strong {
  bottom: 38px;
  font-size: 18px;
}

.ak-yard-scene > small {
  bottom: 20px;
  font-size: 11px;
}

.ak-value-strip {
  border-block: 1px solid var(--q-border);
  background: #fff;
}

.ak-value-strip .ak-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ak-value-strip .ak-container > div {
  position: relative;
  padding: 25px 24px 25px 58px;
  border-right: 1px solid var(--q-border);
}

.ak-value-strip .ak-container > div:last-child {
  border-right: 0;
}

.ak-value-strip span {
  position: absolute;
  top: 27px;
  left: 22px;
  color: #b77900;
  font-size: 12px;
  font-weight: 900;
}

.ak-value-strip b,
.ak-value-strip small {
  display: block;
}

.ak-value-strip b {
  color: var(--q-graphite-950);
  font-size: 14px;
}

.ak-value-strip small {
  margin-top: 4px;
  color: var(--q-muted);
  font-size: 11px;
}

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

.ak-section-heading h2,
.ak-config-showcase h2,
.ak-choice-layout h2,
.ak-product-overview h2,
.ak-workflow h2,
.ak-compare + h2 {
  margin-bottom: 0;
}

.ak-text-link {
  flex: none;
  color: var(--q-graphite-950);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ak-products .ak-card-grid {
  gap: 14px;
}

.ak-products .ak-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-color: #dfe5ea;
  background: #fff;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ak-products .ak-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(7, 25, 45, 0.12);
}

.ak-products .ak-card__visual {
  position: relative;
  height: 168px;
  overflow: hidden;
  background: linear-gradient(#dfe9ef 0 53%, #c7c9c5 53% 100%);
}

.ak-card__visual i {
  position: absolute;
  right: 10%;
  bottom: 18px;
  width: 72%;
  height: 88px;
  border: 7px solid var(--q-graphite-950);
  background: repeating-linear-gradient(
    0deg,
    #173047 0 10px,
    #2b455b 10px 13px
  );
  box-shadow: 10px 12px 12px rgba(7, 25, 45, 0.2);
}

.ak-card__visual em {
  position: absolute;
  right: 6%;
  bottom: 11px;
  width: 16px;
  height: 112px;
  background: var(--q-graphite-950);
}

.ak-card--2 .ak-card__visual i {
  left: 12%;
  right: auto;
  width: 34%;
  transform: perspective(400px) rotateY(18deg);
  box-shadow: 105px 5px 0 -7px #173047;
}

.ak-card--3 .ak-card__visual i {
  right: 34%;
  width: 30%;
}

.ak-card--4 .ak-card__visual i {
  right: 5%;
  width: 90%;
  height: 74px;
  border-width: 6px;
}

.ak-card--5 .ak-card__visual i {
  right: 12%;
  bottom: 24px;
  width: 74%;
  height: 70px;
  border: 0;
  border-top: 16px solid var(--q-graphite-950);
  background: transparent;
  box-shadow:
    -24px 35px 0 -20px var(--q-graphite-950),
    24px 35px 0 -20px var(--q-graphite-950);
  transform: perspective(400px) rotateX(8deg);
}

.ak-card--6 .ak-card__visual i {
  width: 54%;
}

.ak-card__index {
  position: absolute;
  top: 210px;
  right: 24px;
  color: #a9b3bc;
  font-size: 12px;
  font-weight: 900;
}

.ak-config-showcase {
  padding-block: clamp(70px, 8vw, 110px);
  color: #fff;
  background:
    radial-gradient(circle at 80% 0, rgba(41, 68, 92, 0.9), transparent 35%),
    var(--q-graphite-950);
}

.ak-config-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(44px, 7vw, 100px);
  align-items: center;
}

.ak-config-showcase h2 {
  color: #fff;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.05;
}

.ak-config-showcase__grid > div > p:not(.ak-eyebrow) {
  color: #becbd6;
  font-size: 17px;
  line-height: 1.65;
}

.ak-config-showcase .ak-text-link {
  color: #fff;
}

.ak-config-summary {
  width: 100%;
  max-width: 440px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.ak-config-summary__head span,
.ak-config-summary__head b {
  display: block;
}

.ak-config-summary__head span {
  color: var(--q-yellow);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ak-config-summary__head b {
  margin-top: 8px;
  color: #fff;
  font-size: 23px;
}

.ak-config-summary ol {
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ak-config-summary li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}

.ak-config-summary li > span {
  color: var(--q-yellow);
  font-size: 12px;
  font-weight: 900;
}

.ak-config-summary li b,
.ak-config-summary li small {
  display: block;
}

.ak-config-summary li b {
  color: #fff;
  font-size: 14px;
}

.ak-config-summary li small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.ak-config-showcase .ak-config-summary__note {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin: 18px 0 0;
  color: #fff;
  font-size: 12px;
}

.ak-config-summary__note span {
  max-width: 210px;
  color: rgba(255, 255, 255, 0.55);
  text-align: right;
}

.ak-choice-layout,
.ak-product-overview__grid {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(45px, 8vw, 110px);
  align-items: start;
}

.ak-choice-list {
  border-top: 1px solid var(--q-border);
}

.ak-choice-list > div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--q-border);
}

.ak-choice-list span {
  color: #b77900;
  font-size: 13px;
  font-weight: 900;
}

.ak-choice-list p {
  margin: 0;
  color: var(--q-muted);
}

.ak-choice-list b {
  display: block;
  margin-bottom: 4px;
  color: var(--q-graphite-950);
}

.ak-workflow {
  padding-block: clamp(70px, 8vw, 110px);
  background: var(--q-surface-soft);
}

.ak-workflow .ak-section-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--q-muted);
}

.ak-workflow ol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 40px 0 0;
  padding: 0;
  border: 1px solid var(--q-border);
  border-radius: 20px;
  background: #fff;
}

.ak-workflow li {
  min-height: 220px;
  padding: 26px;
  border-right: 1px solid var(--q-border);
  list-style: none;
}

.ak-workflow li:last-child {
  border-right: 0;
}

.ak-workflow li span,
.ak-workflow li b {
  display: block;
}

.ak-workflow li span {
  margin-bottom: 45px;
  color: #b77900;
  font-size: 13px;
  font-weight: 900;
}

.ak-workflow li b {
  margin-bottom: 9px;
  color: var(--q-graphite-950);
}

.ak-workflow li p {
  margin: 0;
  color: var(--q-muted);
  font-size: 12px;
  line-height: 1.5;
}

.ak-catalog-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(70px, 8vw, 115px) 0;
  background: linear-gradient(135deg, #f7f9fb, #edf2f5);
}

.ak-catalog-hero::after {
  position: absolute;
  top: -35%;
  right: -6%;
  width: 48%;
  height: 150%;
  border: 80px solid rgba(7, 25, 45, 0.035);
  content: "";
  transform: rotate(24deg);
}

.ak-catalog-hero p:not(.ak-badge) {
  max-width: 720px;
  margin: 24px 0 36px;
  color: var(--q-muted);
  font-size: 19px;
  line-height: 1.55;
}

.ak-catalog-tabs {
  position: relative;
  z-index: 2;
  display: flex;
  overflow-x: auto;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--q-border);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: #fff;
}

.ak-catalog-tabs span {
  flex: none;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--q-surface-soft);
  color: var(--q-graphite-800);
  font-size: 12px;
  font-weight: 750;
}

.ak-catalog-tabs span:first-child {
  background: var(--q-graphite-950);
  color: #fff;
}

.ak-compare {
  overflow: hidden;
  margin-top: 32px;
  border: 1px solid var(--q-border);
  border-radius: 18px;
  background: #fff;
}

.ak-compare > div {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1.45fr 0.7fr;
  gap: 20px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--q-border);
  align-items: center;
}

.ak-compare > div:last-child {
  border-bottom: 0;
}

.ak-compare__head {
  background: var(--q-graphite-950);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.ak-compare b {
  color: var(--q-graphite-950);
}

.ak-compare span {
  color: var(--q-muted);
  font-size: 13px;
}

.ak-compare a {
  color: var(--q-graphite-950);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.ak-product-overview {
  padding-block: clamp(70px, 8vw, 110px);
  background: #fff;
}

.ak-product-schematic {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--q-border);
  border-radius: 24px;
  background: linear-gradient(#e3edf2 0 55%, #c6c9c6 55%);
  box-shadow: var(--q-shadow);
}

.ak-product-schematic > span {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #fff;
  color: var(--q-graphite-800);
  font-size: 10px;
  font-weight: 800;
}

.ak-product-schematic__panel {
  position: absolute;
  right: 9%;
  bottom: 66px;
  width: 72%;
  height: 210px;
  border: 11px solid var(--q-graphite-950);
  background: repeating-linear-gradient(
    0deg,
    #173047 0 16px,
    #2b455b 16px 20px
  );
  box-shadow: 18px 20px 20px rgba(7, 25, 45, 0.22);
  transform: perspective(600px) rotateY(-6deg);
}

.ak-product-schematic__post {
  position: absolute;
  right: 5%;
  bottom: 58px;
  z-index: 2;
  width: 28px;
  height: 260px;
  background: var(--q-graphite-950);
}

.ak-product-schematic__line {
  position: absolute;
  right: 8%;
  bottom: 42px;
  width: 80%;
  height: 4px;
  background: var(--q-yellow);
}

.ak-product-schematic > b {
  position: absolute;
  bottom: 18px;
  left: 22px;
  color: var(--q-graphite-950);
  font-size: 13px;
}

.ak-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.ak-checklist > div {
  min-height: 145px;
  padding: 20px;
  border: 1px solid var(--q-border);
  border-radius: 14px;
  background: var(--q-surface-soft);
}

.ak-checklist span,
.ak-checklist b {
  display: block;
}

.ak-checklist span {
  margin-bottom: 20px;
  color: #b77900;
  font-size: 11px;
  font-weight: 900;
}

.ak-checklist p {
  margin: 0;
  color: var(--q-muted);
  font-size: 12px;
  line-height: 1.5;
}

.ak-checklist b {
  margin-bottom: 4px;
  color: var(--q-graphite-950);
  font-size: 14px;
}

.ak-site-footer {
  padding: 68px 0 22px;
  color: #c5d0da;
  background: var(--q-graphite-950);
}

.ak-footer-top {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr 1fr;
  gap: clamp(30px, 5vw, 74px);
  padding-bottom: 50px;
}

.ak-footer-logo {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.ak-footer-logo span {
  background: #fff;
  color: var(--q-graphite-950);
}

.ak-footer-brand p {
  max-width: 360px;
  margin: 20px 0;
  color: #9fb0bf;
  line-height: 1.6;
}

.ak-footer-calc,
.ak-footer-contact a {
  color: var(--q-yellow);
  font-weight: 800;
  text-decoration: none;
}

.ak-footer-top nav,
.ak-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ak-footer-top nav b,
.ak-footer-contact b {
  margin-bottom: 8px;
  color: #fff;
}

.ak-footer-top nav a {
  color: #aebdca;
  font-size: 13px;
  text-decoration: none;
}

.ak-footer-top nav a:hover {
  color: #fff;
}

.ak-footer-contact p {
  margin: 0;
  color: #9fb0bf;
  font-size: 13px;
  line-height: 1.5;
}

.ak-footer-contact__actions {
  display: flex;
  gap: 10px;
}

.ak-footer-contact a.ak-footer-contact__icon {
  display: inline-grid;
  width: 44px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid #ffffff47;
  border-radius: 12px;
  color: #fff;
}

.ak-footer-contact a.ak-footer-contact__icon--whatsapp {
  border-color: #53d37e9e;
  color: #69dc91;
}

.ak-footer-contact__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.ak-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid #29445c;
  color: #8195a6;
  font-size: 11px;
}

.ak-footer-bottom a {
  color: #aebdca !important;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .ak-home-hero__grid,
  .ak-config-showcase__grid,
  .ak-choice-layout,
  .ak-product-overview__grid {
    grid-template-columns: 1fr;
  }

  .ak-yard-scene {
    min-height: 500px;
  }

  .ak-value-strip .ak-container,
  .ak-workflow ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .ak-value-strip .ak-container > div:nth-child(2) {
    border-right: 0;
  }

  .ak-workflow li:nth-child(2n) {
    border-right: 0;
  }

  .ak-workflow li {
    border-bottom: 1px solid var(--q-border);
  }

  .ak-footer-top {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .ak-footer-contact {
    grid-column: 1 / -1;
    padding-top: 25px;
    border-top: 1px solid #29445c;
  }
}

@media (max-width: 720px) {
  .ak-home-hero {
    padding-top: 42px;
  }

  .ak-home-hero__grid {
    gap: 38px;
  }

  .ak-home-hero h1,
  .ak-catalog-hero h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .ak-hero-points,
  .ak-value-strip .ak-container,
  .ak-checklist,
  .ak-workflow ol {
    grid-template-columns: 1fr;
  }

  .ak-yard-scene {
    min-height: 390px;
  }

  .ak-yard-scene__gate {
    bottom: 76px;
    height: 150px;
  }

  .ak-yard-scene__wicket {
    bottom: 78px;
    height: 132px;
  }

  .ak-yard-scene__wall {
    bottom: 100px;
  }

  .ak-yard-scene__house {
    top: 98px;
    height: 155px;
  }

  .ak-value-strip .ak-container > div {
    border-right: 0;
    border-bottom: 1px solid var(--q-border);
  }

  .ak-section-heading {
    display: block;
  }

  .ak-section-heading .ak-text-link {
    display: inline-block;
    margin-top: 14px;
  }

  .ak-workflow .ak-section-heading > p {
    margin-top: 16px;
  }

  .ak-workflow li,
  .ak-workflow li:nth-child(2n) {
    min-height: 0;
    border-right: 0;
  }

  .ak-workflow li span {
    margin-bottom: 20px;
  }

  .ak-compare {
    overflow-x: auto;
  }

  .ak-compare > div {
    min-width: 720px;
  }

  .ak-product-schematic {
    min-height: 340px;
  }

  .ak-product-schematic__panel {
    height: 155px;
  }

  .ak-footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .ak-footer-brand,
  .ak-footer-contact {
    grid-column: 1 / -1;
  }

  .ak-footer-bottom {
    flex-direction: column;
  }
}

/* Qaqpa presentation system v3 — architectural, restrained, production-minded. */
:root {
  --ak-ink: #071a2b;
  --ak-ink-2: #0d263b;
  --ak-paper: #f4f5f3;
  --ak-white: #fff;
  --ak-line: rgba(7, 26, 43, 0.12);
  --ak-muted: #687785;
  --ak-accent: #ffbf18;
  --ak-radius-lg: 28px;
  --ak-radius-md: 18px;
  --ak-shadow: 0 24px 70px rgba(7, 26, 43, 0.1);
}

html {
  scroll-behavior: smooth;
}

body.agentk-site {
  background: var(--ak-paper);
  color: var(--ak-ink);
  font-feature-settings:
    "ss01" 1,
    "kern" 1;
  text-rendering: optimizeLegibility;
}

.agentk-site.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0;
  margin-bottom: 0;
}

.agentk-site .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 70px;
  border-bottom: 1px solid rgba(7, 26, 43, 0.08);
  background: #fff;
  box-shadow: none;
}

.agentk-site .site-primary-header-wrap {
  min-height: 70px;
}

.agentk-site .site-title a {
  letter-spacing: -0.04em;
}

.agentk-site .main-header-menu > .menu-item > .menu-link {
  position: relative;
  height: 70px;
  padding-inline: 17px;
  font-size: 14px;
  font-weight: 700;
}

.agentk-site
  .main-header-menu
  > .menu-item:not(:last-child)
  > .menu-link::after {
  position: absolute;
  right: 17px;
  bottom: 15px;
  left: 17px;
  height: 2px;
  content: "";
  background: var(--ak-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.agentk-site .main-header-menu > .menu-item:hover > .menu-link::after,
.agentk-site .main-header-menu > .current-menu-item > .menu-link::after {
  transform: scaleX(1);
}

.agentk-site
  .ast-primary-header-bar
  .site-header-primary-section-right
  .menu-item:last-child
  > a {
  height: 44px;
  margin-left: 10px;
  padding: 0 22px;
  border-radius: 10px;
  color: var(--ak-ink);
  background: var(--ak-accent);
}

.ak-home-hero {
  position: relative;
  min-height: calc(100vh - 70px);
  padding: 34px 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 76% 18%,
      rgba(255, 191, 24, 0.17),
      transparent 24%
    ),
    linear-gradient(135deg, #061827 0%, #09243a 54%, #071a2b 100%);
}

.ak-home-hero::before {
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.ak-home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  gap: clamp(38px, 5vw, 82px);
  align-items: center;
  min-height: calc(100vh - 138px);
  padding-top: 0;
  padding-bottom: 0;
}

.ak-home-hero__content {
  max-width: 650px;
}

.ak-home-hero .ak-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.ak-home-hero .ak-badge::before {
  width: 34px;
  height: 2px;
  content: "";
  background: var(--ak-accent);
}

.ak-home-hero h1 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-size: clamp(56px, 5.5vw, 82px);
  font-weight: 760;
  line-height: 0.96;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.ak-home-hero__lead {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 18px;
  line-height: 1.6;
}

.ak-home-hero .ak-actions {
  margin-top: 32px;
}

.ak-home-hero .ak-button {
  min-height: 54px;
  padding-inline: 25px;
  border-radius: 10px;
}

.ak-home-hero .ak-button--ghost {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.ak-home-hero a.ak-button--ghost,
.ak-home-hero a.ak-button--ghost:visited {
  color: #fff !important;
}

.ak-hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 42px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ak-hero-points li {
  min-width: 0;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ak-hero-points li:first-child {
  padding-left: 0;
  border-left: 0;
}

.ak-hero-points b {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.ak-hero-points span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 1.45;
}

.ak-yard-scene {
  min-height: min(650px, calc(100vh - 140px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(
      180deg,
      rgba(151, 181, 200, 0.78) 0 48%,
      rgba(199, 198, 187, 0.84) 48% 69%,
      rgba(54, 69, 75, 0.94) 69%
    ),
    #a8bbc6;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.32);
  isolation: isolate;
}

.ak-yard-scene::before {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, transparent 60%, rgba(4, 17, 27, 0.24)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size:
    auto,
    80px 80px,
    80px 80px;
  mix-blend-mode: soft-light;
}

.ak-yard-scene__label {
  z-index: 12;
  top: 24px;
  left: 24px;
  padding: 9px 12px;
  border: 1px solid rgba(7, 26, 43, 0.11);
  border-radius: 7px;
  color: var(--ak-ink);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.ak-yard-scene__sun {
  top: 56px;
  right: 58px;
  width: 62px;
  height: 62px;
  background: var(--ak-accent);
  box-shadow: 0 0 55px rgba(255, 191, 24, 0.55);
}

.ak-yard-scene__house {
  top: 25%;
  right: -2%;
  width: 68%;
  height: 45%;
  border-radius: 0;
  background: #d9d6cf;
  box-shadow: -24px 24px 50px rgba(28, 40, 46, 0.18);
}

.ak-yard-scene__house::before {
  top: -11%;
  right: 0;
  left: -13%;
  height: 10%;
  background: #071a2b;
  box-shadow: 0 12px 20px rgba(7, 26, 43, 0.2);
  transform: skewX(-18deg);
}

.ak-yard-scene__house b {
  top: 21%;
  right: 8%;
  width: 39%;
  height: 48%;
  border: 8px solid #0b2235;
  background: linear-gradient(120deg, #557587, #122d42 62%, #071a2b);
  box-shadow: inset 15px 0 rgba(255, 255, 255, 0.07);
}

.ak-yard-scene__wall {
  right: 0;
  bottom: 19%;
  width: 24%;
  height: 20%;
  background: #c6c2b8;
}

.ak-yard-scene__gate {
  bottom: 17%;
  left: 7%;
  width: 67%;
  height: 31%;
  border: 8px solid #061827;
  border-radius: 1px;
  background: repeating-linear-gradient(
    0deg,
    #102c43 0 11px,
    #193b54 11px 14px
  );
  box-shadow: 14px 18px 28px rgba(4, 17, 27, 0.34);
}

.ak-yard-scene__gate::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.11),
    transparent 38%
  );
}

.ak-yard-scene__gate::after {
  right: -15px;
  width: 15px;
  border-radius: 1px;
  background: #061827;
}

.ak-yard-scene__wicket {
  right: 4%;
  bottom: 17%;
  width: 20%;
  height: 31%;
  border: 7px solid #061827;
  border-radius: 1px;
  background: repeating-linear-gradient(
    0deg,
    #102c43 0 11px,
    #193b54 11px 14px
  );
  box-shadow: 10px 16px 25px rgba(4, 17, 27, 0.28);
}

.ak-yard-scene__drive {
  right: -10%;
  bottom: -12%;
  width: 116%;
  height: 32%;
  border-radius: 0;
  background: linear-gradient(145deg, #59666a, #26383f);
  transform: skewX(-18deg);
}

.ak-yard-scene__plant {
  z-index: 7;
  filter: saturate(0.55) brightness(0.7);
}

.ak-yard-scene__measure {
  position: absolute;
  z-index: 12;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ak-yard-scene__measure--width {
  bottom: 12%;
  left: 10%;
  width: 62%;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  text-align: center;
}

.ak-yard-scene__measure--height {
  top: 52%;
  left: 2%;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left bottom;
}

.ak-yard-scene > strong,
.ak-yard-scene > small {
  z-index: 12;
  right: 24px;
  left: auto;
  color: #fff;
  text-align: right;
}

.ak-yard-scene > strong {
  bottom: 55px;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.ak-yard-scene > small {
  bottom: 31px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.ak-value-strip {
  position: relative;
  z-index: 3;
  margin: 0;
  border: 0;
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 26, 43, 0.07);
}

.ak-value-strip .ak-container {
  gap: 0;
  padding-block: 0;
}

.ak-value-strip .ak-container > div {
  min-height: 112px;
  padding: 25px 28px;
  border-right: 1px solid var(--ak-line);
}

.ak-value-strip .ak-container > div:first-child {
  border-left: 1px solid var(--ak-line);
}

.ak-value-strip span {
  color: #a2adb5;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.ak-value-strip b {
  margin-top: 8px;
  font-size: 14px;
}

.ak-value-strip small {
  margin-top: 4px;
  color: var(--ak-muted);
  font-size: 12px;
}

.ak-section,
.ak-products,
.ak-workflow,
.ak-choice-layout,
.ak-config-showcase {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.ak-section,
.ak-products,
.ak-workflow {
  padding-block: clamp(84px, 9vw, 132px);
}

.ak-section-heading {
  align-items: end;
  margin-bottom: 46px;
}

.ak-section-heading h2,
.ak-choice-layout h2,
.ak-config-showcase h2,
.ak-workflow h2,
.ak-cta h2 {
  max-width: 760px;
  margin-top: 10px;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.ak-eyebrow {
  color: #7b8994;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.ak-card-grid {
  gap: 18px;
}

.ak-products .ak-card {
  min-height: 470px;
  padding: 14px 14px 24px;
  overflow: hidden;
  border: 1px solid rgba(7, 26, 43, 0.11);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 26, 43, 0.035);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.ak-products .ak-card,
.ak-products .ak-card:hover,
.ak-products .ak-card h3,
.ak-products .ak-card p,
.ak-products .ak-card b {
  text-decoration: none;
}

.ak-products .ak-card:hover {
  border-color: rgba(7, 26, 43, 0.22);
  box-shadow: var(--ak-shadow);
  transform: translateY(-7px);
}

.ak-products .ak-card__visual {
  height: 238px;
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(180deg, #b8c9d3 0 60%, #aaa99f 60%);
  background-size:
    32px 32px,
    32px 32px,
    auto;
}

.ak-products .ak-card__visual::after {
  position: absolute;
  right: 14px;
  bottom: 11px;
  z-index: 4;
  padding: 6px 8px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.68);
  content: "QAQPA / SYSTEM";
  background: rgba(7, 26, 43, 0.74);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ak-card__index {
  top: 276px;
  right: 22px;
  color: #a5afb7;
  font-size: 10px;
}

.ak-products .ak-card h3 {
  margin: 0 54px 9px 9px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ak-products .ak-card p {
  max-width: 88%;
  margin: 0 9px;
  color: var(--ak-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ak-products .ak-card > b {
  margin: auto 9px 0;
  padding-top: 20px;
  color: var(--ak-ink);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.ak-config-showcase {
  margin: 0;
  padding: clamp(90px, 10vw, 145px) 0;
  background:
    radial-gradient(
      circle at 82% 42%,
      rgba(255, 191, 24, 0.1),
      transparent 23%
    ),
    #061827;
}

.ak-config-showcase__grid {
  gap: clamp(50px, 7vw, 100px);
}

.ak-config-showcase h2 {
  color: #fff;
}

.ak-config-showcase__grid > div > p:not(.ak-eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 17px;
  line-height: 1.65;
}

.ak-choice-layout {
  gap: clamp(55px, 9vw, 130px);
  padding-block: clamp(95px, 10vw, 145px);
}

.ak-choice-list > div {
  padding: 26px 0;
  border-color: var(--ak-line);
}

.ak-choice-list span {
  color: #9ba7b0;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.ak-choice-list b {
  margin-bottom: 8px;
  font-size: 17px;
}

.ak-workflow {
  color: #fff;
  background: var(--ak-ink);
}

.ak-workflow .ak-section-heading > p,
.ak-workflow li p {
  color: rgba(255, 255, 255, 0.54);
}

.ak-workflow ol {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ak-workflow li {
  min-height: 245px;
  padding: 28px 24px 24px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  background: transparent;
}

.ak-workflow li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.ak-workflow li span {
  color: var(--ak-accent);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.ak-workflow li b {
  margin-top: 54px;
  color: #fff;
  font-size: 16px;
}

.ak-catalog-hero,
.ak-page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 82% 12%,
      rgba(255, 191, 24, 0.13),
      transparent 27%
    ),
    linear-gradient(135deg, #061827, #0b2941);
}

.ak-catalog-hero::after,
.ak-page-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.ak-catalog-hero .ak-container,
.ak-page-hero__inner {
  position: relative;
  z-index: 1;
}

.ak-catalog-hero h1,
.ak-page-hero h1 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(54px, 6.2vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.ak-catalog-hero > .ak-container > p:not(.ak-badge),
.ak-page-hero .ak-lead-text {
  color: rgba(255, 255, 255, 0.62);
}

.ak-catalog-tabs span {
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.05);
}

.ak-product-overview {
  background: #fff;
}

.ak-product-schematic {
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    linear-gradient(145deg, #aebfc9, #718895);
  background-size:
    40px 40px,
    40px 40px,
    auto;
  box-shadow: var(--ak-shadow);
}

.ak-cta {
  padding-block: 36px;
  background: var(--ak-accent);
}

.ak-cta .ak-container {
  min-height: 195px;
}

.ak-cta .ak-eyebrow,
.ak-cta p {
  color: rgba(7, 26, 43, 0.66);
}

.ak-cta .ak-button {
  color: #fff;
  background: var(--ak-ink);
}

.ak-site-footer {
  padding-top: 74px;
  background: #04131f;
}

.ak-footer-top {
  padding-bottom: 64px;
}

@media (max-width: 1024px) {
  .ak-home-hero {
    min-height: auto;
  }

  .ak-home-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 65px;
  }

  .ak-home-hero__content {
    max-width: 760px;
  }

  .ak-yard-scene {
    min-height: 600px;
  }

  .ak-products .ak-card {
    min-height: 445px;
  }
}

@media (max-width: 720px) {
  .agentk-site .site-header,
  .agentk-site .site-primary-header-wrap {
    min-height: 62px;
  }

  .ak-home-hero {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }

  .ak-home-hero > .ak-container {
    width: calc(100% - 32px);
  }

  .ak-home-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    padding-block: 44px 56px;
  }

  .ak-home-hero__content,
  .ak-yard-scene {
    min-width: 0;
  }

  .ak-home-hero h1 {
    font-size: clamp(43px, 13vw, 58px);
    line-height: 0.98;
    letter-spacing: -0.055em;
  }

  .ak-home-hero__lead {
    margin-top: 22px;
    font-size: 16px;
  }

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

  .ak-hero-points {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 28px;
    padding-top: 18px;
  }

  .ak-hero-points li,
  .ak-hero-points li:first-child {
    padding: 0 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .ak-hero-points li:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .ak-hero-points b {
    font-size: 10px;
    line-height: 1.3;
  }

  .ak-hero-points span {
    display: none;
  }

  .ak-yard-scene {
    min-height: 430px;
    border-radius: 18px;
  }

  .ak-yard-scene__gate {
    left: 5%;
    width: 65%;
  }

  .ak-value-strip .ak-container {
    grid-template-columns: 1fr 1fr;
  }

  .ak-value-strip .ak-container > div {
    min-height: 104px;
    padding: 20px 17px;
    border-bottom: 1px solid var(--ak-line);
  }

  .ak-section,
  .ak-products,
  .ak-workflow {
    padding-block: 78px;
  }

  .ak-section-heading h2,
  .ak-choice-layout h2,
  .ak-config-showcase h2,
  .ak-workflow h2,
  .ak-cta h2 {
    font-size: 38px;
  }

  .ak-products .ak-card {
    min-height: 420px;
  }

  .ak-products .ak-card__visual {
    height: 220px;
  }

  .ak-card__index {
    top: 258px;
  }

  .ak-workflow ol {
    border-top: 0;
  }

  .ak-workflow li,
  .ak-workflow li:first-child {
    min-height: 0;
    padding: 23px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .ak-workflow li b {
    margin-top: 18px;
  }

  .ak-catalog-hero h1,
  .ak-page-hero h1 {
    font-size: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Product catalogue content system. */
.ak-product-matrix,
.ak-option-section {
  padding-block: clamp(86px, 9vw, 132px);
  content-visibility: auto;
  contain-intrinsic-size: 1px 1000px;
}

.ak-product-matrix {
  background: #eef1f2;
}

.ak-gate-guide {
  padding-block: clamp(86px, 9vw, 132px);
  background: #eef1f2;
}

.ak-gate-guide .ak-section-heading > div > p:last-child {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--ak-muted);
  font-size: 17px;
  line-height: 1.6;
}

.ak-gate-guide__types {
  display: grid;
  margin-bottom: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ak-gate-guide__types > a {
  display: grid;
  min-width: 0;
  padding: 24px 26px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  border: 1px solid rgba(7, 26, 43, 0.12);
  border-radius: 16px;
  color: var(--ak-ink);
  text-decoration: none;
  background: #fff;
}

.ak-gate-guide__types span {
  color: #b27a00;
  font-size: 12px;
  font-weight: 800;
}

.ak-gate-guide__types b {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}

.ak-gate-guide__types p {
  margin: 0;
  color: var(--ak-muted);
  font-size: 13px;
  line-height: 1.5;
}

.ak-gate-guide__types em {
  color: #8a6200;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.ak-gate-guide__materials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ak-gate-material {
  overflow: hidden;
  border: 1px solid rgba(7, 26, 43, 0.12);
  border-radius: 18px;
  background: #fff;
}

.ak-gate-material .ak-product-tile__media {
  height: 230px;
  margin: 0;
  border-radius: 0;
}

.ak-gate-material__body {
  padding: 25px 26px 27px;
}

.ak-gate-material h3 {
  margin: 0 0 10px;
  font-size: 25px;
  letter-spacing: -0.035em;
}

.ak-gate-material p {
  min-height: 66px;
  margin: 0;
  color: var(--ak-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ak-gate-material ul {
  display: grid;
  margin: 22px 0;
  padding: 0;
  gap: 0;
  border-top: 1px solid var(--ak-line);
  list-style: none;
}

.ak-gate-material li {
  padding: 10px 0;
  border-bottom: 1px solid var(--ak-line);
  color: #465866;
  font-size: 12px;
  font-weight: 700;
}

.ak-gate-material__body > a {
  color: var(--ak-ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration-color: var(--ak-accent);
  text-underline-offset: 6px;
}

.ak-gate-guide__note {
  max-width: 870px;
  margin: 18px 0 0;
  color: #657582;
  font-size: 12px;
  line-height: 1.55;
}

.ak-species-prices {
  margin: 24px 0 12px;
  border-top: 1px solid var(--ak-line);
}

.ak-species-prices > div {
  display: flex;
  padding: 12px 0;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--ak-line);
}

.ak-species-prices dt,
.ak-species-prices dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.ak-species-prices dd {
  color: #8a6200;
}

.ak-material-feature__note {
  margin: 0 0 22px;
  color: var(--ak-muted);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 920px) {
  .ak-gate-guide__materials {
    grid-template-columns: 1fr;
  }

  .ak-gate-material {
    display: grid;
    grid-template-columns: minmax(220px, 38%) 1fr;
  }

  .ak-gate-material .ak-product-tile__media {
    height: 100%;
    min-height: 270px;
  }
}

@media (max-width: 640px) {
  .ak-gate-guide__types,
  .ak-gate-guide__materials {
    grid-template-columns: 1fr;
  }

  .ak-gate-guide__types > a {
    padding: 20px;
    grid-template-columns: auto 1fr;
  }

  .ak-gate-guide__types em {
    display: none;
  }

  .ak-gate-material {
    display: block;
  }

  .ak-gate-material .ak-product-tile__media {
    height: 210px;
    min-height: 0;
  }

  .ak-gate-material p {
    min-height: 0;
  }
}

.ak-product-matrix__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ak-product-tile {
  display: flex;
  min-width: 0;
  min-height: 470px;
  padding: 12px 12px 22px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(7, 26, 43, 0.11);
  border-radius: 18px;
  color: var(--ak-ink);
  text-decoration: none;
  background: #fff;
  box-shadow: 0 8px 25px rgba(7, 26, 43, 0.035);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}

.ak-product-tile:visited,
.ak-product-tile:hover {
  color: var(--ak-ink);
  text-decoration: none;
}

.ak-product-tile:hover {
  border-color: rgba(7, 26, 43, 0.22);
  box-shadow: 0 22px 58px rgba(7, 26, 43, 0.12);
  transform: translateY(-5px);
}

.ak-product-tile__scene {
  position: relative;
  display: block;
  height: 195px;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.17) 1px, transparent 1px),
    linear-gradient(180deg, #b6c8d2 0 58%, #aaa99f 58%);
  background-size:
    28px 28px,
    28px 28px,
    auto;
}

.ak-product-tile__scene::before {
  position: absolute;
  right: 8%;
  bottom: 14%;
  left: 8%;
  z-index: 2;
  height: 46%;
  border: 6px solid #071a2b;
  content: "";
  background: repeating-linear-gradient(0deg, #112f47 0 8px, #1b405b 8px 11px);
  box-shadow: 9px 10px 18px rgba(7, 26, 43, 0.24);
}

.ak-product-tile__scene::after {
  position: absolute;
  right: 7%;
  bottom: 13%;
  z-index: 3;
  width: 8px;
  height: 62%;
  content: "";
  background: #071a2b;
}

.ak-product-tile__scene i,
.ak-product-tile__scene em {
  position: absolute;
  display: block;
  font-style: normal;
}

.ak-product-tile__scene i {
  top: 24%;
  right: 5%;
  width: 52%;
  height: 37%;
  background: #d9d6ce;
}

.ak-product-tile__scene em {
  right: 12%;
  bottom: 16%;
  z-index: 4;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ak-accent);
}

.ak-product-tile--2 .ak-product-tile__scene::before,
.ak-product-tile--5 .ak-product-tile__scene::before {
  background: repeating-linear-gradient(
    0deg,
    #112f47 0 17px,
    transparent 17px 23px
  );
  box-shadow: none;
}

.ak-product-tile--3 .ak-product-tile__scene::before {
  background: repeating-linear-gradient(
    90deg,
    #112f47 0 9px,
    transparent 9px 17px
  );
}

.ak-product-tile--4 .ak-product-tile__scene::before {
  background: #183a53;
}

.ak-product-tile--5 .ak-product-tile__scene::before {
  right: 48%;
  transform: perspective(300px) rotateY(7deg);
  transform-origin: left;
}

.ak-product-tile--5 .ak-product-tile__scene::after {
  right: 47%;
}

.ak-product-tile--6 .ak-product-tile__scene::before {
  top: 28%;
  right: 10%;
  bottom: auto;
  left: 10%;
  height: 12%;
  border: 0;
  background: #071a2b;
  box-shadow: 0 7px 14px rgba(7, 26, 43, 0.22);
  transform: skewX(-14deg);
}

.ak-product-tile--6 .ak-product-tile__scene::after {
  right: 11%;
  bottom: 13%;
  height: 59%;
}

.ak-product-tile > small {
  margin: 0 9px 8px;
  color: #89959e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ak-product-tile h3 {
  margin: 0 9px 10px;
  color: var(--ak-ink);
  font-size: 23px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ak-product-tile p {
  margin: 0 9px;
  color: var(--ak-muted);
  font-size: 13px;
  line-height: 1.55;
}

.ak-product-tile ul {
  display: flex;
  margin: 17px 9px 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
}

.ak-product-tile li {
  padding: 6px 8px;
  border: 1px solid rgba(7, 26, 43, 0.11);
  border-radius: 5px;
  color: #64727d;
  font-size: 9px;
  line-height: 1;
}

.ak-product-tile > b {
  display: flex;
  margin: auto 9px 0;
  padding-top: 22px;
  justify-content: space-between;
  color: var(--ak-ink);
  font-size: 11px;
  letter-spacing: 0.02em;
}

.ak-product-tile > b span {
  color: #b27a00;
}

.ak-option-section {
  border-top: 1px solid var(--ak-line);
  background: #fff;
}

.ak-option-section + .ak-option-section {
  background: var(--ak-paper);
}

.ak-option-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ak-line);
  border-left: 1px solid var(--ak-line);
}

.ak-option-card {
  display: flex;
  min-height: 330px;
  padding: 28px 25px;
  flex-direction: column;
  border-right: 1px solid var(--ak-line);
  border-bottom: 1px solid var(--ak-line);
  color: var(--ak-ink);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.45);
  transition:
    color 180ms ease,
    background 180ms ease;
}

.ak-option-card:visited {
  color: var(--ak-ink);
}

.ak-option-card:hover {
  color: #fff;
  text-decoration: none;
  background: var(--ak-ink);
}

.ak-option-card > span {
  color: #9ca7af;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.ak-option-card h3 {
  margin: 58px 0 12px;
  color: inherit;
  font-size: 25px;
  letter-spacing: -0.035em;
}

.ak-option-card p {
  margin: 0;
  color: var(--ak-muted);
  font-size: 13px;
  line-height: 1.55;
}

.ak-option-card:hover p,
.ak-option-card:hover small {
  color: rgba(255, 255, 255, 0.62);
}

.ak-option-card small {
  margin-top: auto;
  padding-top: 25px;
  color: #89959e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ak-option-card b {
  margin-top: 10px;
  font-size: 11px;
}

@media (max-width: 1024px) {
  .ak-product-matrix__grid,
  .ak-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ak-product-matrix,
  .ak-option-section {
    padding-block: 76px;
  }

  .ak-product-matrix__grid,
  .ak-option-grid {
    grid-template-columns: 1fr;
  }

  .ak-product-tile {
    min-height: 440px;
  }

  .ak-product-tile__scene {
    height: 215px;
  }

  .ak-option-card {
    min-height: 270px;
  }

  .ak-option-card h3 {
    margin-top: 38px;
  }
}

/* SEO solution pages — editorial product content without stock imagery. */
.ak-solution-intro {
  padding: 0 0 112px;
  background: var(--ak-ink);
  color: #fff;
}

.ak-solution-facts {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0 0 var(--ak-radius-lg) var(--ak-radius-lg);
  background: rgba(255, 255, 255, 0.035);
}

.ak-solution-facts article {
  min-height: 300px;
  padding: 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.ak-solution-facts article:last-child {
  border-right: 0;
}

.ak-solution-facts span,
.ak-cost-grid > li > span,
.ak-cost-grid > article > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--ak-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ak-solution-facts h2 {
  max-width: 330px;
  margin: 74px 0 14px;
  color: #fff;
  font-size: clamp(24px, 2vw, 34px);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.ak-solution-facts p {
  max-width: 370px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.65;
}

.ak-spec-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.45fr);
  gap: clamp(55px, 8vw, 125px);
  align-items: start;
}

.ak-spec-layout__intro {
  position: sticky;
  top: 110px;
}

.ak-spec-layout__intro h2,
.ak-included-layout h2 {
  margin: 16px 0 22px;
  font-size: clamp(36px, 4.2vw, 64px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.ak-spec-layout__intro > p:not(.ak-eyebrow),
.ak-included-layout > div > p:not(.ak-eyebrow) {
  max-width: 500px;
  color: var(--ak-muted);
  line-height: 1.7;
}

.ak-spec-list {
  border-top: 1px solid var(--ak-line);
}

.ak-spec-list > div {
  display: grid;
  grid-template-columns: 48px minmax(150px, 0.65fr) minmax(170px, 0.8fr) minmax(
      220px,
      1.3fr
    );
  gap: 20px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--ak-line);
}

.ak-spec-list span {
  color: #98a3ac;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ak-spec-list h3,
.ak-spec-list b,
.ak-spec-list p {
  margin: 0;
}

.ak-spec-list h3 {
  color: var(--ak-ink);
  font-size: 18px;
  letter-spacing: -0.025em;
}

.ak-spec-list b {
  color: var(--ak-ink-2);
  font-size: 13px;
  line-height: 1.5;
}

.ak-spec-list p {
  color: var(--ak-muted);
  font-size: 13px;
  line-height: 1.6;
}

.ak-cost-grid {
  display: grid;
  margin: 48px 0 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.ak-cost-grid > li,
.ak-cost-grid > article {
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--ak-line);
  border-right: 0;
  background: #fff;
}

.ak-cost-grid > li:first-child,
.ak-cost-grid > article:first-child {
  border-radius: var(--ak-radius-md) 0 0 var(--ak-radius-md);
}

.ak-cost-grid > li:last-child,
.ak-cost-grid > article:last-child {
  border-right: 1px solid var(--ak-line);
  border-radius: 0 var(--ak-radius-md) var(--ak-radius-md) 0;
}

.ak-cost-grid h3 {
  margin: 88px 0 14px;
  color: var(--ak-ink);
  font-size: 23px;
  letter-spacing: -0.035em;
}

.ak-cost-grid p {
  margin: 0;
  color: var(--ak-muted);
  font-size: 13px;
  line-height: 1.65;
}

.ak-inline-note {
  display: grid;
  margin-top: 18px;
  padding: 28px 30px;
  grid-template-columns: minmax(160px, 0.55fr) minmax(280px, 1.4fr) auto;
  gap: 28px;
  align-items: center;
  border-radius: var(--ak-radius-md);
  background: var(--ak-ink);
  color: #fff;
}

.ak-inline-note b {
  font-size: 19px;
  letter-spacing: -0.025em;
}

.ak-inline-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.6;
}

.ak-inline-note .ak-button {
  white-space: nowrap;
}

.ak-included-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.45fr);
  gap: clamp(55px, 8vw, 125px);
  align-items: start;
}

.ak-included-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ak-line);
  list-style: none;
}

.ak-included-list li {
  display: grid;
  min-height: 150px;
  padding: 25px 24px 25px 0;
  grid-template-columns: 35px 1fr;
  gap: 18px;
  align-content: start;
  border-bottom: 1px solid var(--ak-line);
}

.ak-included-list li:nth-child(odd) {
  margin-right: 24px;
  border-right: 1px solid var(--ak-line);
}

.ak-included-list span {
  color: #9aa4ac;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.ak-included-list p {
  margin: 0;
  color: var(--ak-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.ak-seo-faq {
  border-top: 1px solid var(--ak-line);
}

.ak-seo-faq .ak-faq-wrap > div:first-child > p:last-child {
  max-width: 420px;
  color: var(--ak-muted);
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .ak-solution-facts article {
    min-height: 270px;
    padding: 30px;
  }

  .ak-spec-layout,
  .ak-included-layout {
    gap: 55px;
  }

  .ak-spec-list > div {
    grid-template-columns: 35px 1fr 1fr;
  }

  .ak-spec-list p {
    grid-column: 2 / -1;
  }

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

  .ak-cost-grid > li,
  .ak-cost-grid > article {
    border-right: 1px solid var(--ak-line);
  }

  .ak-cost-grid > li:nth-child(n),
  .ak-cost-grid > article:nth-child(n) {
    border-radius: 0;
  }

  .ak-cost-grid > li:first-child,
  .ak-cost-grid > article:first-child {
    border-radius: var(--ak-radius-md) 0 0 0;
  }

  .ak-cost-grid > li:nth-child(2),
  .ak-cost-grid > article:nth-child(2) {
    border-radius: 0 var(--ak-radius-md) 0 0;
  }

  .ak-cost-grid > li:nth-last-child(2),
  .ak-cost-grid > article:nth-last-child(2) {
    border-radius: 0 0 0 var(--ak-radius-md);
  }

  .ak-cost-grid > li:last-child,
  .ak-cost-grid > article:last-child {
    border-radius: 0 0 var(--ak-radius-md) 0;
  }

  .ak-inline-note {
    grid-template-columns: 0.6fr 1fr;
  }

  .ak-inline-note .ak-button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .ak-solution-intro {
    padding-bottom: 72px;
  }

  .ak-solution-facts,
  .ak-spec-layout,
  .ak-included-layout,
  .ak-included-list {
    grid-template-columns: 1fr;
  }

  .ak-solution-facts article {
    min-height: 225px;
    padding: 26px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .ak-solution-facts article:last-child {
    border-bottom: 0;
  }

  .ak-solution-facts h2 {
    margin-top: 52px;
  }

  .ak-spec-layout__intro {
    position: static;
  }

  .ak-spec-list > div {
    grid-template-columns: 30px 1fr;
    gap: 10px 14px;
    padding: 24px 0;
  }

  .ak-spec-list b,
  .ak-spec-list p {
    grid-column: 2;
  }

  .ak-cost-grid {
    grid-template-columns: 1fr;
  }

  .ak-cost-grid > li,
  .ak-cost-grid > article {
    min-height: 260px;
    padding: 24px;
  }

  .ak-cost-grid > li:nth-child(n),
  .ak-cost-grid > article:nth-child(n) {
    border-radius: 0;
  }

  .ak-cost-grid > li:first-child,
  .ak-cost-grid > article:first-child {
    border-radius: var(--ak-radius-md) var(--ak-radius-md) 0 0;
  }

  .ak-cost-grid > li:last-child,
  .ak-cost-grid > article:last-child {
    border-radius: 0 0 var(--ak-radius-md) var(--ak-radius-md);
  }

  .ak-cost-grid h3 {
    margin-top: 58px;
  }

  .ak-inline-note {
    padding: 24px;
    grid-template-columns: 1fr;
  }

  .ak-inline-note .ak-button {
    grid-column: auto;
    width: 100%;
    justify-content: center;
  }

  .ak-included-list li,
  .ak-included-list li:nth-child(odd) {
    min-height: 110px;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
}
