/* HERO */

.hr-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.breadcrumb a,
.breadcrumb p {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
}

.breadcrumb span {
  color: #64748b;
  font-size: 11px;
}

.hr-left {
  min-width: 0;
}

.hr-left h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 16px;
  word-break: break-word;
}

.hr-left h3 {
  font-size: 22px;
  line-height: 1.5;
  color: #4f7dff;
  max-width: 420px;
  margin-bottom: 30px;
  font-weight: 600;
}

.hr-desc {
  max-width: 600px;
  color: #9ca3af;
  font-size: 18px;
  line-height: 1.9;
}

/* GRAPHIC */

.hr-graphic {
  position: relative;
  height: 460px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.hr-graphic::before {
  content: "";

  position: absolute;
  bottom: 0;

  width: 100%;
  height: 200px;

  border-top-left-radius: 100%;
  border-top-right-radius: 100%;

  background: radial-gradient(circle, #2563eb, transparent 72%);

  opacity: 0.55;
}

.center-circle {
  width: 190px;
  height: 190px;
  border-radius: 50%;

  background: radial-gradient(circle, #1d4ed8, #071426);

  border: 2px solid rgba(59, 130, 246, 0.5);

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  z-index: 2;

  box-shadow: 0 0 50px rgba(37, 99, 235, 0.35);
}

.center-circle i {
  font-size: 72px;
  color: #dbeafe;
}

.orbit-icon {
  position: absolute;

  width: 84px;
  height: 84px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.03);

  border: 1px solid rgba(255, 255, 255, 0.08);

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 2;
}

.orbit-icon i {
  font-size: 30px;
  color: #dbeafe;
}

.icon-1 {
  top: 25px;
  left: 120px;
}

.icon-2 {
  top: 25px;
  right: 120px;
}

.icon-3 {
  top: 180px;
  right: 35px;
}

.icon-4 {
  top: 180px;
  left: 35px;
}

/* SECTION HEADER */

.section-header {
  text-align: center;
  margin-top: 50px;
}

.section-header span {
  color: #3b82f6;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-header h2 {
  margin-top: 10px;
  font-size: 32px;
  line-height: 1.2;
}

.section-line {
  width: 80px;
  height: 4px;
  border-radius: 20px;
  background: #2563eb;
  margin: 22px auto 0;
}

/* SERVICES */

.services-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

/* First 4 cards */

.hr-service-card {
  grid-column: span 3;
}

/* Last 3 wide cards */

.wide-card {
  grid-column: span 4;
}

.hr-services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: 55px;
}

.hr-service-card {
  background: rgba(255, 255, 255, 0.03);

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 18px;

  padding: 30px 28px;

  backdrop-filter: blur(10px);
min-height: 500px;
  transition: 0.3s ease;

  min-width: 0;
  
}

.hr-service-card:hover {
  transform: translateY(-5px);

  border-color: rgba(59, 130, 246, 0.35);

  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.12);
}

.service-icon {
  width: 74px;
  height: 74px;

  border-radius: 50%;

  background: rgba(59, 130, 246, 0.16);

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 28px;
}

.service-icon i {
  font-size: 28px;
  color: #8fb8ff;
}

.hr-service-card h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.service-line {
  width: 42px;
  height: 3px;

  background: #2563eb;

  border-radius: 30px;

  margin-bottom: 22px;
}

.hr-service-card p {
  color: #aab4c5;
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 28px;
}

.hr-service-card a {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  flex-wrap: wrap;
}

/* TOP CARDS */

.hr-services-grid .hr-service-card:nth-child(-n + 4) {
  min-height: 520px;
}

/* BOTTOM CARDS */

.wide-card {
  min-height: 300px;

  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.wide-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wide-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.wide-card p {
  width: 100%;
  line-height: 1.7;
}

.wide-content {
  flex: 1;
}

.wide-card h3 {
  margin-bottom: 18px;
}

/* WHY SECTION */

.hr-why-card {
  margin-top: 28px;

  background: rgba(255, 255, 255, 0.03);

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 20px;

  padding: 20px 40px;

  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 45px;

  align-items: center;
}

.hr-why-left {
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hr-why-left span {
  color: #3b82f6;
  font-size: 14px;
  font-weight: 600;
}

.hr-why-left h2 {
  font-size: 32px;
  line-height: 1.08;
  margin: 18px 0;
}

.hr-why-left p {
  color: #9ca3af;
  line-height: 1.9;
  font-size: 16px;
}

.hr-why-right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.why-feature {
  padding-left: 10px;
  min-width: 0;
}

.why-icon {
  width: 72px;
  height: 72px;

  border-radius: 50%;

  background: rgba(59, 130, 246, 0.14);

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 22px;
}

.why-icon i {
  font-size: 28px;
  color: #8fb8ff;
}

.why-feature h4 {
  line-height: 1.4;
  margin-bottom: 16px;
}

.why-feature p {
  color: #9ca3af;
  line-height: 1.85;
  font-size: 15px;
}

/* CTA */

.hr-cta {
  margin-top: 34px;

  padding: 38px 42px;

  border-radius: 22px;

  background: linear-gradient(135deg, #0f2a6a, #102d7a);

  display: flex;
  align-items: center;
  justify-content: space-between;

  position: relative;

  overflow: hidden;

  gap: 25px;
}

.hr-cta::after {
  content: "";

  position: absolute;
  right: -100px;
  bottom: -100px;

  width: 340px;
  height: 340px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hr-cta-left {
  display: flex;
  align-items: center;
  gap: 22px;

  position: relative;
  z-index: 2;
}

.cta-circle {
  width: 82px;
  height: 82px;

  min-width: 82px;

  border-radius: 50%;

  background: #2563eb;

  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-circle i {
  font-size: 30px;
}

.hr-cta h3 {
  font-size: 34px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.hr-cta p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
}

.cta-button {
  padding: 18px 34px;

  border-radius: 12px;

  background: white;

  color: #0f172a;
  text-decoration: none;

  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  position: relative;
  z-index: 2;

  white-space: nowrap;
}

/* RESPONSIVE */

/* RESPONSIVE FIXES */

/* =========================
   RESPONSIVE FIX (UPDATED)
   NO STRUCTURE CHANGES
========================= */

/* LARGE TABLET / SMALL LAPTOP */
@media (max-width: 1200px) {
  .hr-services-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .hr-service-card {
    grid-column: span 3; /* 2 cards per row */
  }

  .wide-card {
    grid-column: span 6; /* full row */
  }

  .hr-why-card {
    grid-template-columns: 1fr;
  }

  .hr-why-left {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 30px;
    padding-right: 0;
  }

  .hr-why-right {
    grid-template-columns: repeat(2, 1fr);
  }

  .hr-graphic {
    height: 420px;
  }
}

/* TABLET */
@media (max-width: 992px) {
  .hr-hero {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .hr-left {
    text-align: center;
  }

  .hr-left h3,
  .hr-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .section-header h2 {
    font-size: 40px;
  }

  .hr-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hr-service-card {
    grid-column: auto;
  }

  .wide-card {
    grid-column: span 2;
  }

  .hr-cta {
    flex-direction: column;
    text-align: center;
  }

  .hr-cta-left {
    flex-direction: column;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .hr-services-grid {
    grid-template-columns: 1fr;
  }

  .hr-service-card,
  .wide-card {
    grid-column: auto !important;
  }

  .wide-card {
    flex-direction: column;
  }

  .hr-why-right {
    grid-template-columns: 1fr;
  }

  .hr-left h1 {
    font-size: 42px;
  }

  .hr-left h3 {
    font-size: 24px;
  }

  .section-header h2 {
    font-size: 32px;
  }

  .hr-why-left h2 {
    font-size: 38px;
  }

  .hr-cta h3 {
    font-size: 28px;
  }

  .cta-button {
    width: 100%;
  }

  .hr-graphic {
    height: 360px;
  }

  .center-circle {
    width: 150px;
    height: 150px;
  }

  .center-circle i {
    font-size: 54px;
  }

  .orbit-icon {
    width: 68px;
    height: 68px;
  }

  .orbit-icon i {
    font-size: 24px;
  }

  .icon-1 {
    top: 20px;
    left: 60px;
  }

  .icon-2 {
    top: 20px;
    right: 60px;
  }

  .icon-3 {
    top: 150px;
    right: 10px;
  }

  .icon-4 {
    top: 150px;
    left: 10px;
  }

  .hr-why-card,
  .hr-cta {
    padding: 30px 24px;
  }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
  .hr-hero {
    gap: 40px;
  }

  .breadcrumb {
    justify-content: center;
  }

  .hr-left h1 {
    font-size: 34px;
  }

  .hr-left h3 {
    font-size: 20px;
  }

  .hr-desc {
    font-size: 16px;
    line-height: 1.8;
  }

  .section-header h2 {
    font-size: 26px;
  }

  .hr-service-card {
    padding: 24px 20px;
  }

  .hr-services-grid .hr-service-card:nth-child(-n + 4) {
    min-height: auto;
  }

  .service-icon {
    width: 64px;
    height: 64px;
  }

  .service-icon i {
    font-size: 24px;
  }

  .hr-service-card h3 {
    font-size: 20px;
  }

  .hr-why-left h2 {
    font-size: 28px;
  }

  .hr-graphic {
    height: 300px;
  }

  .center-circle {
    width: 120px;
    height: 120px;
  }

  .center-circle i {
    font-size: 42px;
  }

  .orbit-icon {
    width: 56px;
    height: 56px;
  }

  .orbit-icon i {
    font-size: 20px;
  }

  .icon-1 {
    top: 10px;
    left: 35px;
  }

  .icon-2 {
    top: 10px;
    right: 35px;
  }

  .icon-3 {
    top: 125px;
    right: 0;
  }

  .icon-4 {
    top: 125px;
    left: 0;
  }

  .hr-cta h3 {
    font-size: 24px;
  }

  .cta-button {
    padding: 16px 22px;
  }
}
