/* Arkans Advanced Services visual identity */
.akr-wrap,
.akr-request-box,
.akr-service-details {
  --akr-navy: #0c2238;
  --akr-navy-2: #1c2530;
  --akr-gold: #c6a15b;
  --akr-gold-light: #e0c281;
  --akr-cream: #f6f4ef;
  --akr-cream-soft: #f8f8f6;
  --akr-text: #44515c;
  --akr-muted: #6a747c;
  --akr-border: #e5e8e9;
  --akr-white: #fff;
  color: var(--akr-text);
  font-family: inherit;
}

.akr-catalog {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 28px 4px 40px;
}

.akr-catalog-header {
  max-width: 780px;
  margin: 0 auto 30px;
}

.akr-eyebrow {
  padding: 7px 15px;
  border: 1px solid rgba(198, 161, 91, .35);
  border-radius: 999px;
  color: var(--akr-gold);
  background: rgba(198, 161, 91, .09);
  font-weight: 700;
}

.akr-catalog-header h2,
.akr-results-head h2,
.akr-service-card h3 a,
.akr-request-box h2,
.akr-service-details h3,
.akr-tracking h2 {
  color: var(--akr-navy);
  font-family: inherit;
  font-weight: 700;
}

.akr-catalog-header h2 {
  margin-top: 14px;
  font-size: clamp(23px, 3.4vw, 32px);
}

.akr-catalog-header p {
  color: var(--akr-muted);
  font-size: 14.5px;
  line-height: 2;
}

.akr-agencies {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
}

.akr-agency-card {
  min-height: 118px;
  padding: 20px;
  border: 1px solid var(--akr-border);
  border-radius: 18px;
  color: var(--akr-navy);
  background: var(--akr-white);
  box-shadow: none;
}

.akr-agency-card:hover,
.akr-agency-card:focus {
  border-color: var(--akr-gold);
  box-shadow: 0 16px 34px rgba(12, 34, 56, .09);
  transform: translateY(-3px);
}

.akr-agency-icon {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(198, 161, 91, .25);
  border-radius: 15px;
  color: var(--akr-gold);
  background: #f7f3ea;
  font-family: inherit;
  font-size: 18px;
}

.akr-agency-icon svg {
  width: 26px;
  height: 26px;
}

.akr-agency-icon.has-image {
  overflow: hidden;
  border-color: var(--akr-border);
  background: var(--akr-white);
}

.akr-agency-icon.has-image img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}

.akr-agency-copy strong {
  color: var(--akr-navy);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-overflow: clip;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.6;
}

.akr-agency-copy small {
  color: var(--akr-muted);
  font-size: 12px;
}

.akr-agency-arrow,
.akr-back,
.akr-details-link,
.akr-service-price,
.akr-price {
  color: var(--akr-gold);
}

.akr-results-head {
  border-color: var(--akr-border);
}

.akr-back {
  font-family: inherit;
  font-weight: 700;
}

.akr-search {
  border: 1px solid var(--akr-border);
  border-radius: 999px;
  background: var(--akr-white);
}

.akr-search:focus-within {
  border-color: var(--akr-gold);
  box-shadow: 0 0 0 3px rgba(198, 161, 91, .12);
}

.akr-search input {
  font-family: inherit;
}

.akr-search button {
  min-width: 82px;
  background: var(--akr-navy);
  font-family: inherit;
  font-weight: 700;
}

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

.akr-service-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--akr-border);
  border-radius: 18px;
  background: var(--akr-white);
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.akr-service-card:hover {
  border-color: rgba(198, 161, 91, .75);
  box-shadow: 0 18px 38px rgba(12, 34, 56, .09);
  transform: translateY(-3px);
}

.akr-service-label {
  padding: 6px 10px;
  border: 1px solid rgba(198, 161, 91, .22);
  border-radius: 999px;
  color: var(--akr-gold);
  background: rgba(198, 161, 91, .08);
  font-size: 11px;
  font-weight: 700;
}

.akr-service-price {
  color: var(--akr-navy);
  font-size: 13px;
  font-weight: 800;
}

.akr-service-card h3 {
  min-height: 54px;
  margin-top: 3px;
  font-size: 16px;
  line-height: 1.6;
}

.akr-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 78px;
  color: var(--akr-text);
  font-size: 13px;
  line-height: 1.95;
}

.akr-requirements-preview {
  min-height: 88px;
  padding: 13px 15px;
  border-right: 3px solid var(--akr-gold);
  border-radius: 12px;
  background: var(--akr-cream-soft);
}

.akr-requirements-preview span {
  color: var(--akr-navy);
  font-weight: 800;
}

.akr-requirements-preview p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 6px;
  color: var(--akr-muted);
  font-size: 13px;
  line-height: 1.8;
}

.akr-card-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--akr-border);
}

.akr-button {
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--akr-navy) !important;
  background: var(--akr-gold);
  box-shadow: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
}

.akr-button:hover,
.akr-button:focus {
  color: var(--akr-navy) !important;
  background: var(--akr-gold-light);
  transform: translateY(-1px);
}

.akr-button-ghost {
  background: transparent;
  border-color: var(--akr-gold);
  color: var(--akr-navy) !important;
}

.akr-button-ghost:hover,
.akr-button-ghost:focus {
  background: var(--akr-gold-light);
}

.akr-whatsapp {
  margin-top: 18px;
}

.akr-details-link {
  font-size: 13px;
  font-weight: 800;
}

.akr-loading span {
  border-color: rgba(198, 161, 91, .2);
  border-top-color: var(--akr-gold);
}

.akr-empty,
.akr-detail-item,
.akr-requirements,
.akr-summary > div {
  border-radius: 16px;
  background: var(--akr-cream-soft);
}

.akr-pagination button {
  padding: 9px 17px;
  border: 1px solid var(--akr-border);
  border-radius: 999px;
  color: var(--akr-navy);
  background: var(--akr-white);
  font-family: inherit;
  font-weight: 700;
}

.akr-pagination button:hover {
  border-color: var(--akr-gold);
  color: var(--akr-navy);
}

.akr-service-details,
.akr-request-box,
.akr-tracking {
  border: 1px solid var(--akr-border);
  border-radius: 18px;
  background: var(--akr-white);
  box-shadow: none;
}

.akr-form input:not([type=checkbox]):not([type=file]),
.akr-form textarea {
  border: 1px solid var(--akr-border);
  border-radius: 12px;
  font-family: inherit;
}

.akr-form input:focus,
.akr-form textarea:focus {
  border-color: var(--akr-gold);
  box-shadow: 0 0 0 3px rgba(198, 161, 91, .12);
  outline: 0;
}

.akr-bank {
  border-color: var(--akr-gold);
  border-radius: 18px;
  background: #f7f3ea;
}

.akr-status {
  color: var(--akr-navy);
  background: rgba(198, 161, 91, .16);
}

@media (max-width: 1050px) {
  .akr-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .akr-catalog {
    padding: 20px 0 30px;
  }

  .akr-agencies,
  .akr-services {
    grid-template-columns: 1fr;
  }

  .akr-agency-card {
    min-height: 108px;
    padding: 19px;
  }

  .akr-service-card {
    padding: 20px;
  }

  .akr-service-card h3,
  .akr-excerpt,
  .akr-requirements-preview {
    min-height: 0;
  }
}
