/* NC.EL.68 — International Agent Partners */
.nc-com-agents {
  padding: 0 0 80px;
}

.nc-com-agents-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  padding: 64px 5% 56px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 41, 59, 0.88) 50%, rgba(15, 23, 42, 0.95) 100%),
    radial-gradient(900px 500px at 85% 20%, rgba(59, 130, 246, 0.28), transparent 60%),
    radial-gradient(600px 400px at 10% 80%, rgba(96, 165, 250, 0.12), transparent 55%);
  border-bottom: 1px solid rgba(59, 130, 246, 0.2);
}

.nc-com-agents-hero-inner {
  max-width: 680px;
}

.nc-com-agents-eyebrow {
  color: #60a5fa !important;
}

.nc-com-agents-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  font-weight: 900;
  color: #f8fafc;
  margin: 12px 0 20px;
}

.nc-com-agents-lead {
  color: #cbd5e1;
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.nc-com-agents-lead strong {
  color: #e2e8f0;
}

.nc-com-agents-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nc-com-agents-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #bfdbfe;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.35);
}

.nc-com-agents-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
}

.nc-com-agents-map-wrap {
  margin: 0;
  width: min(100%, 420px);
  position: relative;
}

.nc-com-agents-map {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow:
    0 0 0 1px rgba(96, 165, 250, 0.2),
    0 28px 72px rgba(0, 0, 0, 0.5);
  animation: nc-com-agents-map-float 6s ease-in-out infinite;
}

.nc-com-agents-map-route {
  animation: nc-com-agents-route-dash 2.5s linear infinite;
}

@keyframes nc-com-agents-route-dash {
  to { stroke-dashoffset: -34; }
}

.nc-com-agents-map-wrap::after {
  content: '';
  position: absolute;
  inset: -8%;
  border-radius: 24px;
  background: radial-gradient(ellipse at 70% 40%, rgba(251, 191, 36, 0.12), transparent 55%);
  pointer-events: none;
  z-index: -1;
}


@keyframes nc-com-agents-map-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.nc-com-agents-map-caption {
  margin: 12px 0 0;
  text-align: center;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.45;
}

/* Product showcase carousel */
.nc-com-agents-showcase {
  padding: 40px 5% 48px;
  max-width: 1180px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(59, 130, 246, 0.12);
}

.nc-com-agents-showcase-head .section-sub a {
  color: #93c5fd;
}

.nc-com-agents-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.nc-com-agents-slide-price {
  margin: 0 0 8px;
  font-size: 0.95rem;
  color: #e2e8f0;
}

.nc-com-agents-slide-price strong {
  color: #93c5fd;
  font-weight: 800;
}

.nc-com-agents-slide-note {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 500;
  color: #64748b;
}

.nc-com-agents-slide-features {
  margin: 0 0 12px;
  padding-left: 1.1rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #94a3b8;
}

.nc-com-agents-slide-features li {
  margin-bottom: 4px;
}

.nc-com-agents-carousel-viewport {
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.95) 100%);
  border: 1px solid rgba(59, 130, 246, 0.22);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
  min-height: 280px;
  max-height: min(72vh, 420px);
}

.nc-com-agents-carousel-viewport .nc-com-agents-slide {
  max-height: min(72vh, 420px);
  overflow-y: auto;
}

.nc-com-agents-carousel-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.nc-com-agents-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  padding: 32px 36px;
  box-sizing: border-box;
  opacity: 0.45;
  transform: scale(0.98);
  transition: opacity 0.4s, transform 0.4s;
}

.nc-com-agents-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.nc-com-agents-slide--vision {
  background: linear-gradient(90deg, rgba(251, 191, 36, 0.06) 0%, transparent 40%);
}

.nc-com-agents-slide-icon {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(96, 165, 250, 0.3);
  flex-shrink: 0;
}

.nc-com-agents-slide--vision .nc-com-agents-slide-icon {
  background: rgba(251, 191, 36, 0.15);
  border-color: rgba(251, 191, 36, 0.35);
}

.nc-com-agents-slide-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #60a5fa;
  margin-bottom: 6px;
}

.nc-com-agents-slide--vision .nc-com-agents-slide-tag {
  color: #fbbf24;
}

.nc-com-agents-slide h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #f8fafc;
  line-height: 1.25;
}

.nc-com-agents-slide p {
  margin: 0 0 14px;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #94a3b8;
}

.nc-com-agents-slide p strong {
  color: #e2e8f0;
}

.nc-com-agents-slide-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: #93c5fd;
  text-decoration: none;
}

.nc-com-agents-slide-link:hover {
  text-decoration: underline;
  color: #bfdbfe;
}

.nc-com-agents-carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(59, 130, 246, 0.4);
  background: rgba(15, 23, 42, 0.9);
  color: #93c5fd;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  flex-shrink: 0;
}

.nc-com-agents-carousel-btn:hover {
  background: rgba(59, 130, 246, 0.25);
  border-color: #60a5fa;
  color: #f8fafc;
}

.nc-com-agents-carousel-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.nc-com-agents-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(148, 163, 184, 0.35);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.nc-com-agents-carousel-dot.is-active {
  background: #3b82f6;
  transform: scale(1.15);
}

.nc-com-agents-carousel-dot[aria-selected="true"] {
  background: #3b82f6;
}

.nc-com-agents-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 48px 5%;
  max-width: 1280px;
  margin: 0 auto;
}

.nc-com-agents-benefit {
  padding: 24px 20px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(59, 130, 246, 0.15);
  transition: border-color 0.2s, transform 0.2s;
}

.nc-com-agents-benefit:hover {
  border-color: rgba(96, 165, 250, 0.4);
  transform: translateY(-2px);
}

.nc-com-agents-benefit-icon {
  font-size: 1.75rem;
  margin-bottom: 12px;
}

.nc-com-agents-benefit h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #f1f5f9;
  margin: 0 0 10px;
}

.nc-com-agents-benefit p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0;
}

.nc-com-agents-benefit a {
  color: #93c5fd;
}

.nc-com-agents-directory {
  padding: 24px 5% 56px;
  max-width: 1280px;
  margin: 0 auto;
}

.nc-com-agents-status {
  text-align: center;
  margin-bottom: 24px;
}

.nc-com-agents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.nc-com-agent-card {
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(30, 41, 59, 0.85) 0%, rgba(15, 23, 42, 0.95) 100%);
  border: 1px solid rgba(59, 130, 246, 0.2);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.nc-com-agent-card-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.nc-com-agent-logo-wrap {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nc-com-agent-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.nc-com-agent-logo-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 800;
  color: #60a5fa;
  background: linear-gradient(135deg, #1e3a5f, #0f172a);
}

.nc-com-agent-location {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #60a5fa;
  margin-bottom: 4px;
}

.nc-com-agent-card.is-asia-region {
  border-color: rgba(251, 191, 36, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(251, 191, 36, 0.12);
}

.nc-com-agent-card.is-asia-region .nc-com-agent-location {
  color: #fbbf24;
}

.nc-com-agent-effective {
  font-size: 0.82rem;
  margin: 0 0 12px;
  color: #94a3b8;
}

.nc-com-agent-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: #f8fafc;
  line-height: 1.3;
  margin: 0;
}

.nc-com-agent-bio {
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0 0 16px;
}

.nc-com-agent-meta {
  margin: 0 0 16px;
  font-size: 0.88rem;
}

.nc-com-agent-meta > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.nc-com-agent-meta dt {
  color: #64748b;
  font-weight: 500;
  margin: 0;
}

.nc-com-agent-meta dd {
  color: #e2e8f0;
  margin: 0;
  word-break: break-word;
}

.nc-com-agent-meta a {
  color: #93c5fd;
  text-decoration: none;
}

.nc-com-agent-meta a:hover {
  text-decoration: underline;
}

.nc-com-agent-discount {
  margin: 0;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #bfdbfe;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.25);
}

.nc-com-agents-apply {
  padding: 56px 5%;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.5) 100%);
  border-top: 1px solid rgba(59, 130, 246, 0.12);
}

.nc-com-agents-apply-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.nc-com-agents-apply-list {
  margin: 20px 0 0;
  padding-left: 1.2rem;
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.8;
}

.nc-com-agents-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 32px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(59, 130, 246, 0.2);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3);
}

.nc-com-agents-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nc-com-agents-form label span {
  font-size: 0.82rem;
  font-weight: 600;
  color: #cbd5e1;
}

.nc-com-agents-form label small {
  font-weight: 400;
  color: #64748b;
}

.nc-com-agents-form input,
.nc-com-agents-form textarea {
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(15, 23, 42, 0.8);
  color: #f1f5f9;
  font: inherit;
  font-size: 0.92rem;
}

.nc-com-agents-form input:focus,
.nc-com-agents-form textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.nc-com-agents-full {
  grid-column: 1 / -1;
}

.nc-com-agents-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.nc-com-agents-submit {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 8px;
}

.nc-com-agents-form-result {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
}

.nc-com-agents-form-result.is-success {
  color: #86efac;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.nc-com-agents-form-result.is-error {
  color: #fca5a5;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.3);
}

@media (max-width: 1024px) {
  .nc-com-agents-hero {
    grid-template-columns: 1fr;
  }
  .nc-com-agents-hero-visual {
    min-height: 200px;
  }
  .nc-com-agents-carousel {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .nc-com-agents-carousel-btn {
    display: none;
  }
  .nc-com-agents-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .nc-com-agents-apply-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .nc-com-agents-slide {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    text-align: center;
  }
  .nc-com-agents-slide-icon {
    margin: 0 auto;
  }
  .nc-com-agents-benefits {
    grid-template-columns: 1fr;
  }
  .nc-com-agents-form {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
  .nc-com-agent-meta > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
